Class Masks.AlwaysFalse
java.lang.Object
com.sk89q.worldedit.function.mask.Masks.AlwaysFalse
- Enclosing class:
Masks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Returns a copy of the mask.copy2D()booleantest(BlockVector2 vector) Returns true if the criteria is met.booleantest(BlockVector3 vector) Returns true if the criteria is met.toMask2D()Get the 2D version of this mask if one exists.tryCombine(Mask other) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Mask
inverse, optimize, replacesAir, toFilter, toFilter, tryOptimize
-
Constructor Details
-
AlwaysFalse
protected AlwaysFalse()
-
-
Method Details
-
test
Description copied from interface:MaskReturns true if the criteria is met. -
test
Description copied from interface:Mask2DReturns true if the criteria is met. -
toMask2D
-
tryCombine
- Specified by:
tryCombinein interfaceMask
-
tryOr
-
copy
-
copy2D
-