public class SPacketChat extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Constructor and Description |
|---|
SPacketChat() |
SPacketChat(ITextComponent componentIn) |
SPacketChat(ITextComponent message,
ChatType type) |
| Modifier and Type | Method and Description |
|---|---|
ITextComponent |
getChatComponent() |
ChatType |
getType() |
boolean |
isSystem() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
boolean |
shouldSkipErrors() |
void |
writePacketData(PacketBuffer buf) |
public SPacketChat()
public SPacketChat(ITextComponent componentIn)
public SPacketChat(ITextComponent message, ChatType type)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void processPacket(INetHandlerPlayClient handler)
processPacket in interface Packet<INetHandlerPlayClient>public ITextComponent getChatComponent()
public boolean isSystem()
public ChatType getType()
public boolean shouldSkipErrors()
shouldSkipErrors in interface Packet<INetHandlerPlayClient>