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 ToastGuiMinecraft. toastMethods in net.minecraft.client that return ToastGui Modifier and Type Method Description ToastGuiMinecraft. 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 voidSystemToast. add(ToastGui p_238536_0_, SystemToast.Type p_238536_1_, ITextComponent p_238536_2_, ITextComponent p_238536_3_)static voidRecipeToast. addOrUpdate(ToastGui p_193665_0_, IRecipe<?> p_193665_1_)static voidSystemToast. addOrUpdate(ToastGui p_193657_0_, SystemToast.Type p_193657_1_, ITextComponent p_193657_2_, ITextComponent p_193657_3_)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_)private voidSystemToast. 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_)
-