Class Masks.AlwaysTrue
java.lang.Object
com.sk89q.worldedit.function.mask.Masks.AlwaysTrue
- Enclosing class:
Masks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Returns a copy of the mask.copy2D()
boolean
test
(BlockVector2 vector) Returns true if the criteria is met.boolean
test
(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, wait
Methods 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:Mask
Returns true if the criteria is met. -
test
Description copied from interface:Mask2D
Returns true if the criteria is met. -
toMask2D
Description copied from interface:Mask
Get the 2D version of this mask if one exists. -
tryCombine
- Specified by:
tryCombine
in interfaceMask
-
tryOr
-
copy
Description copied from interface:Mask
Returns a copy of the mask. Usually for multi-threaded operation -
copy2D
-