Uses of Class
net.minecraft.client.gui.toasts.IToast.Visibility
-
Packages that use IToast.Visibility Package Description net.minecraft.client.gui.toasts -
-
Uses of IToast.Visibility in net.minecraft.client.gui.toasts
Fields in net.minecraft.client.gui.toasts declared as IToast.Visibility Modifier and Type Field Description private IToast.VisibilityToastGui.ToastInstance. visibilityprivate IToast.VisibilityTutorialToast. visibilityMethods in net.minecraft.client.gui.toasts that return IToast.Visibility Modifier and Type Method Description IToast.VisibilityAdvancementToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)IToast.VisibilityIToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)IToast.VisibilityRecipeToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)IToast.VisibilitySystemToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)IToast.VisibilityTutorialToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)static IToast.VisibilityIToast.Visibility. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IToast.Visibility[]IToast.Visibility. values()Returns an array containing the constants of this enum type, in the order they are declared.
-