Package net.minecraft.src
Class Packet31RelEntityMove
java.lang.Object
net.minecraft.src.Packet
net.minecraft.src.Packet30Entity
net.minecraft.src.Packet31RelEntityMove
-
Field Summary
Fields inherited from class net.minecraft.src.Packet30Entity
entityId, pitch, rotating, 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.Packet30Entity
containsSameEntityIDAs, isRealPacket, processPacket, toStringMethods inherited from class net.minecraft.src.Packet
addIdClassMapping, canProcessAsync, getNewPacket, getPacketId, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, writeByteArray, writeItemStack, writeNBTTagCompound, writePacket, writeString
-
Constructor Details
-
Packet31RelEntityMove
public Packet31RelEntityMove() -
Packet31RelEntityMove
public Packet31RelEntityMove(int par1, byte par2, byte par3, byte par4)
-
-
Method Details
-
readPacketData
Abstract. Reads the raw packet data from the data stream.- Overrides:
readPacketDatain classPacket30Entity- Throws:
IOException
-
writePacketData
Abstract. Writes the raw packet data to the data stream.- Overrides:
writePacketDatain classPacket30Entity- Throws:
IOException
-
getPacketSize
public int getPacketSize()Abstract. Return the size of the packet (not counting the header).- Overrides:
getPacketSizein classPacket30Entity
-