Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundCustomChatCompletionsPacket.Action
-
Uses of ClientboundCustomChatCompletionsPacket.Action in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionvoid
ClientSuggestionProvider.modifyCustomCompletions
(ClientboundCustomChatCompletionsPacket.Action p_240810_, List<String> p_240765_) -
Uses of ClientboundCustomChatCompletionsPacket.Action in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final ClientboundCustomChatCompletionsPacket.Action
ClientboundCustomChatCompletionsPacket.action
The field for theaction
record component.Modifier and TypeMethodDescriptionClientboundCustomChatCompletionsPacket.action()
Returns the value of theaction
record component.Returns the enum constant of this class with the specified name.ClientboundCustomChatCompletionsPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionClientboundCustomChatCompletionsPacket
(ClientboundCustomChatCompletionsPacket.Action action, List<String> entries) Creates an instance of aClientboundCustomChatCompletionsPacket
record class.