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.VisibilityToastComponent.ToastInstance.visibilityprivate Toast.VisibilityTutorialToast.visibilityMethods in net.minecraft.client.gui.components.toasts that return Toast.VisibilityModifier and TypeMethodDescriptionAdvancementToast.render(PoseStack p_94800_, ToastComponent p_94801_, long p_94802_)RecipeToast.render(PoseStack p_94814_, ToastComponent p_94815_, long p_94816_)SystemToast.render(PoseStack p_94844_, ToastComponent p_94845_, long p_94846_)Toast.render(PoseStack p_94896_, ToastComponent p_94897_, long p_94898_)TutorialToast.render(PoseStack p_94965_, ToastComponent p_94966_, long p_94967_)static Toast.VisibilityReturns 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.