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, wait
shouldSkipErrors
public 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.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void processPacket(INetHandlerPlayClient handler)
processPacket
in interface Packet<INetHandlerPlayClient>
public com.mojang.brigadier.tree.RootCommandNode<ISuggestionProvider> getRoot()