public class Packet31RelEntityMove extends Packet30Entity
entityId, pitch, rotating, xPosition, yaw, yPosition, zPosition
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize
Constructor and Description |
---|
Packet31RelEntityMove() |
Packet31RelEntityMove(int par1,
byte par2,
byte par3,
byte par4) |
Modifier and Type | Method and Description |
---|---|
int |
getPacketSize()
Abstract.
|
void |
readPacketData(DataInputStream par1DataInputStream)
Abstract.
|
void |
writePacketData(DataOutputStream par1DataOutputStream)
Abstract.
|
containsSameEntityIDAs, isRealPacket, processPacket, toString
addIdClassMapping, canProcessAsync, getNewPacket, getPacketId, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, writeByteArray, writeItemStack, writePacket, writeString
public Packet31RelEntityMove()
public Packet31RelEntityMove(int par1, byte par2, byte par3, byte par4)
public void readPacketData(DataInputStream par1DataInputStream) throws IOException
readPacketData
in class Packet30Entity
IOException
public void writePacketData(DataOutputStream par1DataOutputStream) throws IOException
writePacketData
in class Packet30Entity
IOException
public int getPacketSize()
getPacketSize
in class Packet30Entity