Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundCustomChatCompletionsPacket.Action
Packages that use ClientboundCustomChatCompletionsPacket.Action
-
Uses of ClientboundCustomChatCompletionsPacket.Action in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundCustomChatCompletionsPacket.ActionModifier and TypeMethodDescriptionvoid
ClientSuggestionProvider.modifyCustomCompletions
(ClientboundCustomChatCompletionsPacket.Action p_240810_, List<String> p_240765_) -
Uses of ClientboundCustomChatCompletionsPacket.Action in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ClientboundCustomChatCompletionsPacket.ActionModifier and TypeFieldDescriptionprivate final ClientboundCustomChatCompletionsPacket.Action
ClientboundCustomChatCompletionsPacket.action
The field for theaction
record component.Methods in net.minecraft.network.protocol.game that return ClientboundCustomChatCompletionsPacket.ActionModifier 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.Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundCustomChatCompletionsPacket.ActionModifierConstructorDescriptionClientboundCustomChatCompletionsPacket
(ClientboundCustomChatCompletionsPacket.Action action, List<String> entries) Creates an instance of aClientboundCustomChatCompletionsPacket
record class.