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 pChatMethod) -
Uses of ChatComponent.ChatMethod in net.minecraft.client.gui.components
Fields 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 pMethod, ChatScreen.ChatConstructor<T> pConstructor) voidChatComponent.openScreen(ChatComponent.ChatMethod pMethod, ChatScreen.ChatConstructor<?> pConstructor) Constructors in net.minecraft.client.gui.components with parameters of type ChatComponent.ChatMethodModifierConstructorDescriptionDraft(String text, ChatComponent.ChatMethod chatMethod) Creates an instance of aDraftrecord class.