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_CODECprivate final List<ClientboundCommandSuggestionsPacket.Entry> ClientboundCommandSuggestionsPacket.suggestionsThe field for thesuggestionsrecord component.Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundCommandSuggestionsPacket.EntryModifier and TypeMethodDescriptionClientboundCommandSuggestionsPacket.suggestions()Returns the value of thesuggestionsrecord 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 aClientboundCommandSuggestionsPacketrecord class.