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

Public Member Functions

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

Public Attributes

String message
 
- Public Attributes inherited from net.minecraft.network.packet.Packet
final long creationTimeMillis = System.currentTimeMillis()
 
boolean isChunkDataPacket = false
 

Static Public Attributes

static int maxChatLength = 119
 
- 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
 

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
 
- 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.Packet3Chat.Packet3Chat ( )
net.minecraft.network.packet.Packet3Chat.Packet3Chat ( String  par1Str)
net.minecraft.network.packet.Packet3Chat.Packet3Chat ( String  par1Str,
boolean  par2 
)

Member Function Documentation

boolean net.minecraft.network.packet.Packet3Chat.canProcessAsync ( )

If this returns true, the packet may be processed on any thread; otherwise it is queued for the main thread to handle.

boolean net.minecraft.network.packet.Packet3Chat.getIsServer ( )

Get whether this is a server

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

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

Implements net.minecraft.network.packet.Packet.

void net.minecraft.network.packet.Packet3Chat.processPacket ( NetHandler  par1NetHandler)
virtual

Passes this Packet on to the NetHandler for processing.

Implements net.minecraft.network.packet.Packet.

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

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

Implements net.minecraft.network.packet.Packet.

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

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

Implements net.minecraft.network.packet.Packet.

Member Data Documentation

int net.minecraft.network.packet.Packet3Chat.maxChatLength = 119
static

Maximum number of characters allowed in chat string in each packet.

String net.minecraft.network.packet.Packet3Chat.message

The message being sent.


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