Uses of Record Class
net.minecraft.network.packet.s2c.play.CommandSuggestionsS2CPacket.Suggestion
-
Uses of CommandSuggestionsS2CPacket.Suggestion in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, CommandSuggestionsS2CPacket.Suggestion> CommandSuggestionsS2CPacket.Suggestion.CODEC
private final List
<CommandSuggestionsS2CPacket.Suggestion> CommandSuggestionsS2CPacket.suggestions
The field for thesuggestions
record component.Modifier and TypeMethodDescriptionCommandSuggestionsS2CPacket.suggestions()
Returns the value of thesuggestions
record component.ModifierConstructorDescriptionCommandSuggestionsS2CPacket
(int int2, int int3, int int4, List<CommandSuggestionsS2CPacket.Suggestion> list)