YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.network.packet.Packet32EntityLook Class Reference
Inheritance diagram for net.minecraft.network.packet.Packet32EntityLook:
net.minecraft.network.packet.Packet30Entity net.minecraft.network.packet.Packet

Public Member Functions

 Packet32EntityLook ()
 
 Packet32EntityLook (int par1, byte par2, byte par3)
 
void readPacketData (DataInputStream par1DataInputStream) throws IOException
 
void writePacketData (DataOutputStream par1DataOutputStream) throws IOException
 
int getPacketSize ()
 
- Public Member Functions inherited from net.minecraft.network.packet.Packet30Entity
 Packet30Entity ()
 
 Packet30Entity (int par1)
 
void processPacket (NetHandler par1NetHandler)
 
String toString ()
 
boolean isRealPacket ()
 
boolean containsSameEntityIDAs (Packet par1Packet)
 
- Public Member Functions inherited from net.minecraft.network.packet.Packet
final int getPacketId ()
 
boolean isRealPacket ()
 
boolean containsSameEntityIDAs (Packet par1Packet)
 
boolean canProcessAsync ()
 
String toString ()
 

Additional Inherited Members

- Static Public Member Functions inherited from net.minecraft.network.packet.Packet
static void addIdClassMapping (int par0, boolean par1, boolean par2, Class par3Class)
 
static Packet getNewPacket (ILogAgent par0ILogAgent, int par1)
 
static void writeByteArray (DataOutputStream par0DataOutputStream, byte[] par1ArrayOfByte) throws IOException
 
static byte[] readBytesFromStream (DataInputStream par0DataInputStream) throws IOException
 
static Packet readPacket (ILogAgent par0ILogAgent, DataInputStream par1DataInputStream, boolean par2, Socket par3Socket) throws IOException
 
static void writePacket (Packet par0Packet, DataOutputStream par1DataOutputStream) throws IOException
 
static void writeString (String par0Str, DataOutputStream par1DataOutputStream) throws IOException
 
static String readString (DataInputStream par0DataInputStream, int par1) throws IOException
 
static ItemStack readItemStack (DataInputStream par0DataInputStream) throws IOException
 
static void writeItemStack (ItemStack par0ItemStack, DataOutputStream par1DataOutputStream) throws IOException
 
static NBTTagCompound readNBTTagCompound (DataInputStream par0DataInputStream) throws IOException
 
- Public Attributes inherited from net.minecraft.network.packet.Packet30Entity
int entityId
 
byte xPosition
 
byte yPosition
 
byte zPosition
 
byte yaw
 
byte pitch
 
boolean rotating = false
 
- Static Public Attributes inherited from net.minecraft.network.packet.Packet
static IntHashMap packetIdToClassMap = new IntHashMap()
 
static long receivedID
 
static long receivedSize
 
static long sentID
 
static long sentSize
 
- Static Protected Member Functions inherited from net.minecraft.network.packet.Packet
static void writeNBTTagCompound (NBTTagCompound par0NBTTagCompound, DataOutputStream par1DataOutputStream) throws IOException
 
- Protected Attributes inherited from net.minecraft.network.packet.Packet
ILogAgent field_98193_m
 

Constructor & Destructor Documentation

net.minecraft.network.packet.Packet32EntityLook.Packet32EntityLook ( )
net.minecraft.network.packet.Packet32EntityLook.Packet32EntityLook ( int  par1,
byte  par2,
byte  par3 
)

Member Function Documentation

int net.minecraft.network.packet.Packet32EntityLook.getPacketSize ( )
virtual

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

Reimplemented from net.minecraft.network.packet.Packet30Entity.

void net.minecraft.network.packet.Packet32EntityLook.readPacketData ( DataInputStream  par1DataInputStream) throws IOException
virtual

Abstract. Reads the raw packet data from the data stream.

Reimplemented from net.minecraft.network.packet.Packet30Entity.

void net.minecraft.network.packet.Packet32EntityLook.writePacketData ( DataOutputStream  par1DataOutputStream) throws IOException
virtual

Abstract. Writes the raw packet data to the data stream.

Reimplemented from net.minecraft.network.packet.Packet30Entity.


The documentation for this class was generated from the following file: