net.minecraft.network.packet
Class Packet12PlayerLook
java.lang.Object
net.minecraft.network.packet.Packet
net.minecraft.network.packet.Packet10Flying
net.minecraft.network.packet.Packet12PlayerLook
public class Packet12PlayerLook
- extends Packet10Flying
Methods inherited from class net.minecraft.network.packet.Packet |
addIdClassMapping, canProcessAsync, getNewPacket, getPacketId, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeString |
Packet12PlayerLook
public Packet12PlayerLook()
Packet12PlayerLook
public Packet12PlayerLook(float par1,
float par2,
boolean par3)
readPacketData
public void readPacketData(DataInputStream par1DataInputStream)
throws IOException
- Abstract. Reads the raw packet data from the data stream.
- Overrides:
readPacketData
in class Packet10Flying
- Throws:
IOException
writePacketData
public void writePacketData(DataOutputStream par1DataOutputStream)
throws IOException
- Abstract. Writes the raw packet data to the data stream.
- Overrides:
writePacketData
in class Packet10Flying
- Throws:
IOException
getPacketSize
public int getPacketSize()
- Abstract. Return the size of the packet (not counting the header).
- Overrides:
getPacketSize
in class Packet10Flying