Uses of Enum Class
net.minecraft.client.gui.components.ChatComponent.ChatMethod
Packages that use ChatComponent.ChatMethod
-
Uses of ChatComponent.ChatMethod in net.minecraft.client
Methods in net.minecraft.client with parameters of type ChatComponent.ChatMethodModifier and TypeMethodDescriptionvoidMinecraft.openChatScreen(ChatComponent.ChatMethod chatMethod) -
Uses of ChatComponent.ChatMethod in net.minecraft.client.gui.components
Subclasses with type arguments of type ChatComponent.ChatMethod in net.minecraft.client.gui.componentsFields in net.minecraft.client.gui.components declared as ChatComponent.ChatMethodModifier and TypeFieldDescriptionprivate final ChatComponent.ChatMethodChatComponent.Draft.chatMethodThe field for thechatMethodrecord component.Methods in net.minecraft.client.gui.components that return ChatComponent.ChatMethodModifier and TypeMethodDescriptionChatComponent.Draft.chatMethod()Returns the value of thechatMethodrecord component.static ChatComponent.ChatMethodReturns the enum constant of this class with the specified name.static ChatComponent.ChatMethod[]ChatComponent.ChatMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.components with parameters of type ChatComponent.ChatMethodModifier and TypeMethodDescription<T extends ChatScreen>
TChatComponent.createScreen(ChatComponent.ChatMethod chatMethod, ChatAbilities chatAbilities, ChatScreen.ChatConstructor<T> chat) voidChatComponent.openScreen(ChatComponent.ChatMethod chatMethod, ChatAbilities chatAbilities, ChatScreen.ChatConstructor<?> chat) Constructors in net.minecraft.client.gui.components with parameters of type ChatComponent.ChatMethodModifierConstructorDescriptionDraft(String text, ChatComponent.ChatMethod chatMethod) Creates an instance of aDraftrecord class.