Class Apply
java.lang.Object
com.sk89q.worldedit.function.factory.Apply
- All Implemented Interfaces:
Contextual<Operation>
Deprecated.
Creates an operation from a region context.
-
Constructor Summary
ConstructorsConstructorDescriptionApply(Contextual<? extends RegionFunction> function)
Deprecated.Apply(Region region, Contextual<? extends RegionFunction> function)
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromContext(EditContext context)
Deprecated.toString()
Deprecated.
-
Constructor Details
-
Apply
Deprecated. -
Apply
Deprecated.
-
-
Method Details
-
createFromContext
Deprecated.- Specified by:
createFromContext
in interfaceContextual<Operation>
-
toString
Deprecated.
-
ApplyRegion
orApplyLayer
depending on function type.