Package net.minecraft.src
Class Packet33RelEntityMoveLook
java.lang.Object
net.minecraft.src.Packet
net.minecraft.src.Packet30Entity
net.minecraft.src.Packet33RelEntityMoveLook
-
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
ConstructorsConstructorDescriptionPacket33RelEntityMoveLook(int par1, byte par2, byte par3, byte par4, byte par5, byte par6) -
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
-
Packet33RelEntityMoveLook
public Packet33RelEntityMoveLook() -
Packet33RelEntityMoveLook
public Packet33RelEntityMoveLook(int par1, byte par2, byte par3, byte par4, byte par5, byte par6)
-
-
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
-