public class Packet15Place extends Packet
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize
Constructor and Description |
---|
Packet15Place() |
Packet15Place(int par1,
int par2,
int par3,
int par4,
ItemStack par5ItemStack,
float par6,
float par7,
float par8) |
Modifier and Type | Method and Description |
---|---|
int |
getDirection() |
ItemStack |
getItemStack() |
int |
getPacketSize()
Abstract.
|
float |
getXOffset()
Returns the offset from xPosition where the actual click took place
|
int |
getXPosition() |
float |
getYOffset()
Returns the offset from yPosition where the actual click took place
|
int |
getYPosition() |
float |
getZOffset()
Returns the offset from zPosition where the actual click took place
|
int |
getZPosition() |
void |
processPacket(NetHandler par1NetHandler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(DataInputStream par1DataInputStream)
Abstract.
|
void |
writePacketData(DataOutputStream par1DataOutputStream)
Abstract.
|
addIdClassMapping, canProcessAsync, containsSameEntityIDAs, getNewPacket, getPacketId, isRealPacket, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeString
public Packet15Place()
public Packet15Place(int par1, int par2, int par3, int par4, ItemStack par5ItemStack, float par6, float par7, float par8)
public void readPacketData(DataInputStream par1DataInputStream) throws IOException
readPacketData
in class Packet
IOException
public void writePacketData(DataOutputStream par1DataOutputStream) throws IOException
writePacketData
in class Packet
IOException
public void processPacket(NetHandler par1NetHandler)
processPacket
in class Packet
public int getPacketSize()
getPacketSize
in class Packet
public int getXPosition()
public int getYPosition()
public int getZPosition()
public int getDirection()
public ItemStack getItemStack()
public float getXOffset()
public float getYOffset()
public float getZOffset()