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 action, List<String> entries) -
Uses of ClientboundCustomChatCompletionsPacket.Action in net.minecraft.network.protocol.game
Subclasses with type arguments of type ClientboundCustomChatCompletionsPacket.Action in net.minecraft.network.protocol.gameFields in net.minecraft.network.protocol.game declared as ClientboundCustomChatCompletionsPacket.ActionModifier and TypeFieldDescriptionprivate final ClientboundCustomChatCompletionsPacket.ActionClientboundCustomChatCompletionsPacket.actionThe field for theactionrecord component.Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundCustomChatCompletionsPacket.ActionModifier and TypeFieldDescriptionprivate static final IntFunction<ClientboundCustomChatCompletionsPacket.Action> ClientboundCustomChatCompletionsPacket.Action.BY_IDstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundCustomChatCompletionsPacket.Action> ClientboundCustomChatCompletionsPacket.Action.STREAM_CODECMethods 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.