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.Visibility
ToastGui.ToastInstance. visibility
private IToast.Visibility
TutorialToast. visibility
Methods in net.minecraft.client.gui.toasts that return IToast.Visibility Modifier and Type Method Description IToast.Visibility
AdvancementToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)
IToast.Visibility
IToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)
IToast.Visibility
RecipeToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)
IToast.Visibility
SystemToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)
IToast.Visibility
TutorialToast. render(MatrixStack p_230444_1_, ToastGui p_230444_2_, long p_230444_3_)
static IToast.Visibility
IToast.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.
-