public class Packet13PlayerLookMove extends Packet10Flying
moving, onGround, pitch, rotating, stance, xPosition, yaw, yPosition, zPositioncreationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize| Constructor and Description |
|---|
Packet13PlayerLookMove() |
Packet13PlayerLookMove(double par1,
double par3,
double par5,
double par7,
float par9,
float par10,
boolean par11) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPacketSize()
Abstract.
|
void |
readPacketData(DataInputStream par1DataInputStream)
Abstract.
|
void |
writePacketData(DataOutputStream par1DataOutputStream)
Abstract.
|
containsSameEntityIDAs, isRealPacket, processPacketaddIdClassMapping, canProcessAsync, getNewPacket, getPacketId, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeStringpublic Packet13PlayerLookMove()
public Packet13PlayerLookMove(double par1,
double par3,
double par5,
double par7,
float par9,
float par10,
boolean par11)
public void readPacketData(DataInputStream par1DataInputStream) throws IOException
readPacketData in class Packet10FlyingIOExceptionpublic void writePacketData(DataOutputStream par1DataOutputStream) throws IOException
writePacketData in class Packet10FlyingIOExceptionpublic int getPacketSize()
getPacketSize in class Packet10Flying