public class SPacketCommandList extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Constructor and Description |
|---|
SPacketCommandList() |
SPacketCommandList(com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> p_i47940_1_) |
| Modifier and Type | Method and Description |
|---|---|
com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> |
getRoot() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SPacketCommandList()
public SPacketCommandList(com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> p_i47940_1_)
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 com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> getRoot()