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) static void
SystemToast.hide
(ToastManager manager, SystemToast.Type type) static void
RecipeToast.show
(ToastManager toastManager, RecipeDisplay display) static void
SystemToast.show
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) void
AdvancementToast.update
(ToastManager manager, long time) void
RecipeToast.update
(ToastManager manager, long time) void
SystemToast.update
(ToastManager manager, long time) void
Toast.update
(ToastManager manager, long time) void
TutorialToast.update
(ToastManager manager, long time)