Uses of Enum Class
net.minecraft.network.packet.s2c.play.ChatSuggestionsS2CPacket.Action
-
Uses of ChatSuggestionsS2CPacket.Action in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientCommandSource.onChatSuggestions
(ChatSuggestionsS2CPacket.Action action, List<String> suggestions) -
Uses of ChatSuggestionsS2CPacket.Action in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final ChatSuggestionsS2CPacket.Action
ChatSuggestionsS2CPacket.action
The field for theaction
record component.Modifier and TypeMethodDescriptionChatSuggestionsS2CPacket.action()
Returns the value of theaction
record component.Returns the enum constant of this class with the specified name.static ChatSuggestionsS2CPacket.Action[]
ChatSuggestionsS2CPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionChatSuggestionsS2CPacket
(ChatSuggestionsS2CPacket.Action action, List<String> list)