Uses of Record Class
net.minecraft.network.protocol.game.ClientboundCommandSuggestionsPacket.Entry
-
Uses of ClientboundCommandSuggestionsPacket.Entry in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionClientboundCommandSuggestionsPacket.Entry.STREAM_CODEC
private final List
<ClientboundCommandSuggestionsPacket.Entry> ClientboundCommandSuggestionsPacket.suggestions
The field for thesuggestions
record component.Modifier and TypeMethodDescriptionClientboundCommandSuggestionsPacket.suggestions()
Returns the value of thesuggestions
record component.ModifierConstructorDescriptionClientboundCommandSuggestionsPacket
(int id, int start, int length, List<ClientboundCommandSuggestionsPacket.Entry> suggestions) Creates an instance of aClientboundCommandSuggestionsPacket
record class.