public class BlockEventData extends Object
Constructor and Description |
---|
BlockEventData(int par1,
int par2,
int par3,
int par4,
int par5,
int par6) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object par1Obj) |
int |
getBlockID()
Gets the BlockID for this BlockEventData
|
int |
getEventID()
Get the Event ID (different for each BlockID)
|
int |
getEventParameter()
Get the Event Parameter (different for each BlockID,EventID)
|
int |
getX()
Get the X coordinate.
|
int |
getY()
Get the Y coordinate.
|
int |
getZ()
Get the Z coordinate.
|
String |
toString() |
public BlockEventData(int par1, int par2, int par3, int par4, int par5, int par6)
public int getX()
public int getY()
public int getZ()
public int getEventID()
public int getEventParameter()
public int getBlockID()