Class ServerboundCommandSuggestionPacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundCommandSuggestionPacket
- All Implemented Interfaces:
- Packet<ServerGamePacketListener>
public class ServerboundCommandSuggestionPacket
extends Object
implements Packet<ServerGamePacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetId()voidhandle(ServerGamePacketListener p_133900_) voidwrite(FriendlyByteBuf p_133903_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
idprivate final int id
- 
command
 
- 
- 
Constructor Details- 
ServerboundCommandSuggestionPacket
- 
ServerboundCommandSuggestionPacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ServerGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ServerGamePacketListener>
 
- 
getIdpublic int getId()
- 
getCommand
 
-