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(DataInput par1DataInput)
Abstract.
|
void |
writePacketData(DataOutput par1DataOutput)
Abstract.
|
addIdClassMapping, canProcessAsync, containsSameEntityIDAs, getNewPacket, getPacketId, isRealPacket, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeStringpublic Packet15Place()
public Packet15Place(int par1,
int par2,
int par3,
int par4,
ItemStack par5ItemStack,
float par6,
float par7,
float par8)
public void readPacketData(DataInput par1DataInput) throws IOException
readPacketData in class PacketIOExceptionpublic void writePacketData(DataOutput par1DataOutput) throws IOException
writePacketData in class PacketIOExceptionpublic void processPacket(NetHandler par1NetHandler)
processPacket in class Packetpublic int getPacketSize()
getPacketSize in class Packetpublic int getXPosition()
public int getYPosition()
public int getZPosition()
public int getDirection()
public ItemStack getItemStack()
public float getXOffset()
public float getYOffset()
public float getZOffset()