Uses of Enum Class
net.minecraft.client.gui.hud.ChatHud.ChatMethod
Packages that use ChatHud.ChatMethod
- 
Uses of ChatHud.ChatMethod in net.minecraft.client
Methods in net.minecraft.client with parameters of type ChatHud.ChatMethod - 
Uses of ChatHud.ChatMethod in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as ChatHud.ChatMethodModifier and TypeFieldDescriptionprivate final ChatHud.ChatMethodChatHud.Draft.chatMethodThe field for thechatMethodrecord component.Methods in net.minecraft.client.gui.hud that return ChatHud.ChatMethodModifier and TypeMethodDescriptionChatHud.Draft.chatMethod()Returns the value of thechatMethodrecord component.static ChatHud.ChatMethodReturns the enum constant of this class with the specified name.static ChatHud.ChatMethod[]ChatHud.ChatMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.hud with parameters of type ChatHud.ChatMethodModifier and TypeMethodDescription<T extends ChatScreen>
TChatHud.createScreen(ChatHud.ChatMethod method, ChatScreen.Factory<T> factory) voidChatHud.setClientScreen(ChatHud.ChatMethod method, ChatScreen.Factory<?> factory) Constructors in net.minecraft.client.gui.hud with parameters of type ChatHud.ChatMethod