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 guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) RecipeToast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) SystemToast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) Toast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) TutorialToast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) 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.