Package net.minecraft.src
Class Packet11PlayerPosition
java.lang.Object
net.minecraft.src.Packet
net.minecraft.src.Packet10Flying
net.minecraft.src.Packet11PlayerPosition
-
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
ConstructorsConstructorDescriptionPacket11PlayerPosition(double par1, double par3, double par5, double par7, boolean par9) -
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
-
Packet11PlayerPosition
public Packet11PlayerPosition() -
Packet11PlayerPosition
public Packet11PlayerPosition(double par1, double par3, double par5, double par7, boolean par9)
-
-
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
-