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()voidsetDestination(Extent destination) voidsetExpression(String expression) voidsetMode(Deform.Mode mode) voidvoidtoString()
-
Constructor Details
-
Deform
-
Deform
-
Deform
-
Deform
-
-
Method Details
-
getDestination
-
setDestination
-
getRegion
-
setRegion
-
getExpression
-
setExpression
-
getMode
-
setMode
-
getOffset
-
setOffset
-
toString
-
createFromContext
- Specified by:
createFromContextin interfaceContextual<Operation>
-