Package com.sk89q.worldedit.function
package com.sk89q.worldedit.function
-
Interface SummaryInterfaceDescriptionContextual<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).A function that takes a position and a depth.Performs a function on points in a region. -
Class SummaryClassDescriptionExecutes several region functions in order.Passes calls to
FlatRegionMaskingFilter.apply(BlockVector2)
to the delegateFlatRegionFunction
if they match the given mask.Applies aRegionFunction
to the first ground block.Passes calls toRegionMaskingFilter.apply(BlockVector3)
to the delegateRegionFunction
if they match the given mask.