|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.Packet
net.minecraft.src.Packet10Flying
net.minecraft.src.Packet13PlayerLookMove
public class Packet13PlayerLookMove
| Field Summary |
|---|
| Fields inherited from class net.minecraft.src.Packet10Flying |
|---|
moving, onGround, pitch, rotating, stance, xPosition, yaw, yPosition, zPosition |
| Fields inherited from class net.minecraft.src.Packet |
|---|
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize |
| Constructor Summary | |
|---|---|
Packet13PlayerLookMove()
|
|
Packet13PlayerLookMove(double par1,
double par3,
double par5,
double par7,
float par9,
float par10,
boolean par11)
|
|
| Method Summary | |
|---|---|
int |
getPacketSize()
Abstract. |
void |
readPacketData(DataInputStream par1DataInputStream)
Abstract. |
void |
writePacketData(DataOutputStream par1DataOutputStream)
Abstract. |
| Methods inherited from class net.minecraft.src.Packet10Flying |
|---|
containsSameEntityIDAs, isRealPacket, processPacket |
| Methods inherited from class net.minecraft.src.Packet |
|---|
getNewPacket, getPacketId, isWritePacket, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Packet13PlayerLookMove()
public Packet13PlayerLookMove(double par1,
double par3,
double par5,
double par7,
float par9,
float par10,
boolean par11)
| Method Detail |
|---|
public void readPacketData(DataInputStream par1DataInputStream)
throws IOException
readPacketData in class Packet10FlyingIOException
public void writePacketData(DataOutputStream par1DataOutputStream)
throws IOException
writePacketData in class Packet10FlyingIOExceptionpublic int getPacketSize()
getPacketSize in class Packet10Flying
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||