|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.block.BlockEventData
public class BlockEventData
Constructor Summary | |
---|---|
BlockEventData(int par1,
int par2,
int par3,
int par4,
int par5,
int par6)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockEventData(int par1, int par2, int par3, int par4, int par5, int par6)
Method Detail |
---|
public int getX()
public int getY()
public int getZ()
public int getEventID()
public int getEventParameter()
public int getBlockID()
public boolean equals(Object par1Obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |