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(DataInputStream par1DataInputStream)
Abstract.
|
void |
writePacketData(DataOutputStream par1DataOutputStream)
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(DataInputStream par1DataInputStream) throws IOException
readPacketData
in class Packet10Flying
IOException
public void writePacketData(DataOutputStream par1DataOutputStream) throws IOException
writePacketData
in class Packet10Flying
IOException
public int getPacketSize()
getPacketSize
in class Packet10Flying