public class SCommandListPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| Constructor and Description |
|---|
SCommandListPacket() |
SCommandListPacket(com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> rootIn) |
| Modifier and Type | Method and Description |
|---|---|
com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> |
getRoot() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SCommandListPacket()
public SCommandListPacket(com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> rootIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>public com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> getRoot()