Package com.sk89q.worldedit.function.mask
package com.sk89q.worldedit.function.mask
-
ClassDescriptionA base class of
Mask
that all masks should inherit from.A base class ofMask2D
that all masks should inherit from.Tests true if the biome at applied points is the same as the one given.Deprecated.A mask that tests whether a block matches a givenBlockCategory
, or tag.A mask that checks whether blocks at the given positions are matched by a block in a list.Deprecated.A mask that checks whether blocks at the given positions are matched by a block in a list.Has the criteria where the Y value of passed positions must be within a certain range of Y values (inclusive).A mask that returns true whenever the block at the location is not an air block (it contains some other block).A mask that evaluates an expression.Tests whether a given vector meets a criteria.Tests whether a given vector meets a criteria.Combines several masks and requires that all masks return true when a certain position is tested.Tests true if all contained masks test true.A mask that uses a noise generator and returns true whenever the noise generator returns a value above the given density.A mask that uses a noise generator and returns true whenever the noise generator returns a value above the given density.Checks whether another mask tests true for a position that is offset a given vector.Checks whether another mask tests true for a position that is offset a given vector.A mask that tests whether given positions are contained within a region.
BiomeMask
as biomes are now 3D.