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
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Returns a copy of the mask.inverse()
boolean
test
(BlockVector3 vector) Returns true if the criteria is met.final boolean
test
(BlockState state) Methods inherited from class com.fastasyncworldedit.core.function.mask.ABlockMask
test, toString, tryCombine, tryOr
Methods inherited from class com.sk89q.worldedit.function.mask.AbstractExtentMask
getExtent, setExtent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.sk89q.worldedit.function.mask.Mask
optimize, replacesAir, toFilter, toFilter, toMask2D, tryOptimize
-
Constructor Details
-
InverseSingleBlockStateMask
-
-
Method Details
-
getBlockState
-
test
Description copied from interface:Mask
Returns true if the criteria is met.- Specified by:
test
in interfaceMask
- Overrides:
test
in classABlockMask
- Parameters:
vector
- the vector to test- Returns:
- true if the criteria is met
-
test
- Specified by:
test
in classABlockMask
-
inverse
-
copy
Description copied from interface:Mask
Returns a copy of the mask. Usually for multi-threaded operation- Returns:
- a clone of the mask
-