Uses of Record Class
net.minecraft.network.protocol.game.ClientboundCommandSuggestionsPacket.Entry
Packages that use ClientboundCommandSuggestionsPacket.Entry
-
Uses of ClientboundCommandSuggestionsPacket.Entry in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundCommandSuggestionsPacket.EntryModifier and TypeFieldDescriptionClientboundCommandSuggestionsPacket.Entry.STREAM_CODEC
private final List
<ClientboundCommandSuggestionsPacket.Entry> ClientboundCommandSuggestionsPacket.suggestions
The field for thesuggestions
record component.Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundCommandSuggestionsPacket.EntryModifier and TypeMethodDescriptionClientboundCommandSuggestionsPacket.suggestions()
Returns the value of thesuggestions
record component.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundCommandSuggestionsPacket.EntryModifierConstructorDescriptionClientboundCommandSuggestionsPacket
(int id, int start, int length, List<ClientboundCommandSuggestionsPacket.Entry> suggestions) Creates an instance of aClientboundCommandSuggestionsPacket
record class.