Uses of Enum Class
net.minecraft.client.gui.components.toasts.Toast.Visibility
Packages that use Toast.Visibility
-
Uses of Toast.Visibility in net.minecraft.client.gui.components.toasts
Fields in net.minecraft.client.gui.components.toasts declared as Toast.VisibilityModifier and TypeFieldDescriptionprivate Toast.Visibility
ToastComponent.ToastInstance.visibility
private Toast.Visibility
TutorialToast.visibility
Methods in net.minecraft.client.gui.components.toasts that return Toast.VisibilityModifier and TypeMethodDescriptionAdvancementToast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) RecipeToast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) SystemToast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) Toast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) TutorialToast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) static Toast.Visibility
Returns the enum constant of this class with the specified name.static Toast.Visibility[]
Toast.Visibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.