public class Packet12PlayerLook extends Packet10Flying
moving, onGround, pitch, rotating, stance, xPosition, yaw, yPosition, zPosition
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize
Constructor and Description |
---|
Packet12PlayerLook() |
Packet12PlayerLook(float par1,
float par2,
boolean par3) |
Modifier and Type | Method and Description |
---|---|
int |
getPacketSize()
Abstract.
|
void |
readPacketData(DataInput par1DataInput)
Abstract.
|
void |
writePacketData(DataOutput par1DataOutput)
Abstract.
|
containsSameEntityIDAs, isRealPacket, processPacket
addIdClassMapping, canProcessAsync, getNewPacket, getPacketId, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeString
public Packet12PlayerLook()
public Packet12PlayerLook(float par1, float par2, boolean par3)
public void readPacketData(DataInput par1DataInput) throws IOException
readPacketData
in class Packet10Flying
IOException
public void writePacketData(DataOutput par1DataOutput) throws IOException
writePacketData
in class Packet10Flying
IOException
public int getPacketSize()
getPacketSize
in class Packet10Flying