Package com.sk89q.worldedit.function
package com.sk89q.worldedit.function
-
ClassDescriptionExecutes several region functions in order.Contextual<T>Applies a function to entities.Performs a function on the columns in a
FlatRegion
, or also known as vectors with only X and Z components (where Y is height).Passes calls toFlatRegionMaskingFilter.apply(BlockVector2)
to the delegateFlatRegionFunction
if they match the given mask.Applies aRegionFunction
to the first ground block.A function that takes a position and a depth.Performs a function on points in a region.Passes calls toRegionMaskingFilter.apply(BlockVector3)
to the delegateRegionFunction
if they match the given mask.