Uses of Class
net.minecraft.client.gui.toasts.ToastGui
-
Packages that use ToastGui Package Description net.minecraft.client net.minecraft.client.gui.toasts -
-
Uses of ToastGui in net.minecraft.client
Fields in net.minecraft.client declared as ToastGui Modifier and Type Field Description private ToastGui
Minecraft. toast
Methods in net.minecraft.client that return ToastGui Modifier and Type Method Description ToastGui
Minecraft. getToasts()
-
Uses of ToastGui in net.minecraft.client.gui.toasts
Methods in net.minecraft.client.gui.toasts with parameters of type ToastGui Modifier and Type Method Description static void
SystemToast. add(ToastGui p_238536_0_, SystemToast.Type p_238536_1_, ITextComponent p_238536_2_, ITextComponent p_238536_3_)
static void
RecipeToast. addOrUpdate(ToastGui p_193665_0_, IRecipe<?> p_193665_1_)
static void
SystemToast. addOrUpdate(ToastGui p_193657_0_, SystemToast.Type p_193657_1_, ITextComponent p_193657_2_, ITextComponent p_193657_3_)
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_)
private void
SystemToast. renderBackgroundRow(MatrixStack p_238533_1_, ToastGui p_238533_2_, int p_238533_3_, int p_238533_4_, int p_238533_5_, int p_238533_6_)
-