Uses of Class
net.minecraft.client.toast.ToastManager
Packages that use ToastManager
-
Uses of ToastManager in net.minecraft.client
Fields in net.minecraft.client declared as ToastManagerMethods in net.minecraft.client that return ToastManager -
Uses of ToastManager in net.minecraft.client.toast
Methods in net.minecraft.client.toast with parameters of type ToastManagerModifier 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)