Uses of Class
net.minecraft.client.toast.ToastManager
-
Uses of ToastManager in net.minecraft.client
-
Uses of ToastManager in net.minecraft.client.toast
Modifier and TypeMethodDescriptionstatic void
SystemToast.add
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) AdvancementToast.draw
(DrawContext context, ToastManager manager, long startTime) RecipeToast.draw
(DrawContext context, ToastManager manager, long startTime) SystemToast.draw
(DrawContext context, ToastManager manager, long startTime) Toast.draw
(DrawContext context, ToastManager manager, long startTime) TutorialToast.draw
(DrawContext context, ToastManager manager, long startTime) static void
SystemToast.hide
(ToastManager manager, SystemToast.Type type) static void
RecipeToast.show
(ToastManager manager, RecipeEntry<?> recipe) static void
SystemToast.show
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description)