Package com.sk89q.worldedit.internal.cui
Class SelectionPointEvent
java.lang.Object
com.sk89q.worldedit.internal.cui.SelectionPointEvent
- All Implemented Interfaces:
CUIEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected final long
protected final int
protected final BlockVector3
-
Constructor Summary
ConstructorDescriptionSelectionPointEvent
(int id, BlockVector3 pos, int area) Deprecated.SelectionPointEvent
(int id, BlockVector3 pos, long area) -
Method Summary
-
Field Details
-
id
protected final int id -
pos
-
area
protected final long area
-
-
Constructor Details
-
SelectionPointEvent
Deprecated. -
SelectionPointEvent
-
-
Method Details
-
getTypeId
-
getParameters
- Specified by:
getParameters
in interfaceCUIEvent
-