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 TypeMethodDescriptionvoidClientSuggestionProvider.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.ActionClientboundCustomChatCompletionsPacket.actionThe field for theactionrecord component.Methods in net.minecraft.network.protocol.game that return ClientboundCustomChatCompletionsPacket.ActionModifier and TypeMethodDescriptionClientboundCustomChatCompletionsPacket.action()Returns the value of theactionrecord 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 aClientboundCustomChatCompletionsPacketrecord class.