Class InverseSingleBlockStateMask
java.lang.Object
com.sk89q.worldedit.function.mask.AbstractMask
com.sk89q.worldedit.function.mask.AbstractExtentMask
com.fastasyncworldedit.core.function.mask.ABlockMask
com.sk89q.worldedit.function.mask.InverseSingleBlockStateMask
- All Implemented Interfaces:
Mask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Returns a copy of the mask.inverse()booleantest(BlockVector3 vector) Returns true if the criteria is met.final booleantest(BlockState state) Methods inherited from class ABlockMask
test, toString, tryCombine, tryOrMethods inherited from class AbstractExtentMask
getExtent, setExtentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Mask
optimize, replacesAir, toFilter, toFilter, toMask2D, tryOptimize
-
Constructor Details
-
InverseSingleBlockStateMask
-
-
Method Details
-
getBlockState
-
test
Description copied from interface:MaskReturns true if the criteria is met.- Specified by:
testin interfaceMask- Overrides:
testin classABlockMask- Parameters:
vector- the vector to test- Returns:
- true if the criteria is met
-
test
- Specified by:
testin classABlockMask
-
inverse
-
copy
-