Class Deform
java.lang.Object
com.sk89q.worldedit.function.factory.Deform
- All Implemented Interfaces:
Contextual<Operation>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFromContext
(EditContext context) getMode()
void
setDestination
(Extent destination) void
setExpression
(String expression) void
setMode
(Deform.Mode mode) void
void
toString()
-
Constructor Details
-
Deform
-
Deform
-
Deform
-
Deform
-
-
Method Details
-
getDestination
-
setDestination
-
getRegion
-
setRegion
-
getExpression
-
setExpression
-
getMode
-
setMode
-
getOffset
-
setOffset
-
toString
-
createFromContext
- Specified by:
createFromContext
in interfaceContextual<Operation>
-