Package net.minecraft.src
Class BlockEventData
java.lang.Object
net.minecraft.src.BlockEventData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintGets the BlockID for this BlockEventDataintGet the Event ID (different for each BlockID)intGet the Event Parameter (different for each BlockID,EventID)intgetX()Get the X coordinate.intgetY()Get the Y coordinate.intgetZ()Get the Z coordinate.toString()
-
Constructor Details
-
BlockEventData
public BlockEventData(int par1, int par2, int par3, int par4, int par5, int par6)
-
-
Method Details
-
getX
public int getX()Get the X coordinate. -
getY
public int getY()Get the Y coordinate. -
getZ
public int getZ()Get the Z coordinate. -
getEventID
public int getEventID()Get the Event ID (different for each BlockID) -
getEventParameter
public int getEventParameter()Get the Event Parameter (different for each BlockID,EventID) -
getBlockID
public int getBlockID()Gets the BlockID for this BlockEventData -
equals
-
toString
-