net.minecraft.network.packet
Class Packet31RelEntityMove

java.lang.Object
  extended by net.minecraft.network.packet.Packet
      extended by net.minecraft.network.packet.Packet30Entity
          extended by net.minecraft.network.packet.Packet31RelEntityMove

public class Packet31RelEntityMove
extends Packet30Entity


Field Summary
 
Fields inherited from class net.minecraft.network.packet.Packet30Entity
entityId, pitch, rotating, xPosition, yaw, yPosition, zPosition
 
Fields inherited from class net.minecraft.network.packet.Packet
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize
 
Constructor Summary
Packet31RelEntityMove()
           
Packet31RelEntityMove(int par1, byte par2, byte par3, byte par4)
           
 
Method Summary
 int getPacketSize()
          Abstract.
 void readPacketData(DataInputStream par1DataInputStream)
          Abstract.
 void writePacketData(DataOutputStream par1DataOutputStream)
          Abstract.
 
Methods inherited from class net.minecraft.network.packet.Packet30Entity
containsSameEntityIDAs, isRealPacket, processPacket, toString
 
Methods inherited from class net.minecraft.network.packet.Packet
addIdClassMapping, canProcessAsync, getNewPacket, getPacketId, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, writeByteArray, writeItemStack, writePacket, writeString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Packet31RelEntityMove

public Packet31RelEntityMove()

Packet31RelEntityMove

public Packet31RelEntityMove(int par1,
                             byte par2,
                             byte par3,
                             byte par4)
Method Detail

readPacketData

public void readPacketData(DataInputStream par1DataInputStream)
                    throws IOException
Abstract. Reads the raw packet data from the data stream.

Overrides:
readPacketData in class Packet30Entity
Throws:
IOException

writePacketData

public void writePacketData(DataOutputStream par1DataOutputStream)
                     throws IOException
Abstract. Writes the raw packet data to the data stream.

Overrides:
writePacketData in class Packet30Entity
Throws:
IOException

getPacketSize

public int getPacketSize()
Abstract. Return the size of the packet (not counting the header).

Overrides:
getPacketSize in class Packet30Entity