Uses of Enum Class
net.minecraft.client.gui.toasts.IToast.Visibility
Packages that use IToast.Visibility
-
Uses of IToast.Visibility in net.minecraft.client.gui.toasts
Fields in net.minecraft.client.gui.toasts declared as IToast.VisibilityModifier and TypeFieldDescriptionprivate IToast.VisibilityToastGui.ToastInstance.visibilityprivate IToast.VisibilityTutorialToast.visibilityMethods in net.minecraft.client.gui.toasts that return IToast.VisibilityModifier and TypeMethodDescriptionAdvancementToast.render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_) IToast.render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_) RecipeToast.render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_) SystemToast.render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_) TutorialToast.render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_) static IToast.VisibilityReturns the enum constant of this class with the specified name.static IToast.Visibility[]IToast.Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.