Uses of Enum Class
net.minecraft.client.option.ChatPreviewMode
Packages that use ChatPreviewMode
-
Uses of ChatPreviewMode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as ChatPreviewMode -
Uses of ChatPreviewMode in net.minecraft.client.option
Fields in net.minecraft.client.option declared as ChatPreviewModeFields in net.minecraft.client.option with type parameters of type ChatPreviewModeModifier and TypeFieldDescriptionprivate final SimpleOption<ChatPreviewMode>
GameOptions.chatPreview
Methods in net.minecraft.client.option that return ChatPreviewModeModifier and TypeMethodDescriptionstatic ChatPreviewMode
ChatPreviewMode.byId
(int id) static ChatPreviewMode
Returns the enum constant of this class with the specified name.static ChatPreviewMode[]
ChatPreviewMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.option that return types with arguments of type ChatPreviewMode