Modifier and Type | Field and Description |
---|---|
protected int |
area |
protected int |
blockX |
protected int |
blockZ |
protected int |
id |
Constructor and Description |
---|
SelectionPoint2DEvent(int id,
BlockVector2 pos,
int area) |
SelectionPoint2DEvent(int id,
BlockVector3 pos,
int area) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getParameters() |
java.lang.String |
getTypeId() |
protected final int id
protected final int blockX
protected final int blockZ
protected final int area
public SelectionPoint2DEvent(int id, BlockVector2 pos, int area)
public SelectionPoint2DEvent(int id, BlockVector3 pos, int area)
public java.lang.String[] getParameters()
getParameters
in interface CUIEvent