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(DataInput par1DataInput)
Abstract.
|
void |
writePacketData(DataOutput par1DataOutput)
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(DataInput par1DataInput) throws IOException
readPacketData in class Packet10FlyingIOExceptionpublic void writePacketData(DataOutput par1DataOutput) throws IOException
writePacketData in class Packet10FlyingIOExceptionpublic int getPacketSize()
getPacketSize in class Packet10Flying