Class Masks.AlwaysTrue
java.lang.Object
com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
- 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sk89q.worldedit.function.mask.Mask
inverse, optimize, replacesAir, toFilter, toFilter, tryOptimize
-
Constructor Details
-
AlwaysTrue
protected AlwaysTrue()
-
-
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
Description copied from interface:MaskGet the 2D version of this mask if one exists. -
tryCombine
- Specified by:
tryCombinein interfaceMask
-
tryOr
-
copy
Description copied from interface:MaskReturns a copy of the mask. Usually for multi-threaded operation -
copy2D
-