Package net.minecraft.src
Class Packet12PlayerLook
java.lang.Object
net.minecraft.src.Packet
net.minecraft.src.Packet10Flying
net.minecraft.src.Packet12PlayerLook
-
Field Summary
Fields inherited from class net.minecraft.src.Packet10Flying
moving, onGround, pitch, rotating, stance, xPosition, yaw, yPosition, zPositionFields inherited from class net.minecraft.src.Packet
creationTimeMillis, field_98193_m, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintAbstract.voidreadPacketData(DataInput par1DataInput) Abstract.voidwritePacketData(DataOutput par1DataOutput) Abstract.Methods inherited from class net.minecraft.src.Packet10Flying
containsSameEntityIDAs, isRealPacket, processPacketMethods inherited from class net.minecraft.src.Packet
addIdClassMapping, canProcessAsync, getNewPacket, getPacketId, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writeNBTTagCompound, writePacket, writeString
-
Constructor Details
-
Packet12PlayerLook
public Packet12PlayerLook() -
Packet12PlayerLook
public Packet12PlayerLook(float par1, float par2, boolean par3)
-
-
Method Details
-
readPacketData
Abstract. Reads the raw packet data from the data stream.- Overrides:
readPacketDatain classPacket10Flying- Throws:
IOException
-
writePacketData
Abstract. Writes the raw packet data to the data stream.- Overrides:
writePacketDatain classPacket10Flying- Throws:
IOException
-
getPacketSize
public int getPacketSize()Abstract. Return the size of the packet (not counting the header).- Overrides:
getPacketSizein classPacket10Flying
-