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