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 voidSystemToast.add(ToastManager manager, SystemToast.class_9037 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 voidSystemToast.method_55507(ToastManager toastManager, SystemToast.class_9037 class_9037) static voidRecipeToast.show(ToastManager manager, RecipeEntry<?> recipe) static voidSystemToast.show(ToastManager manager, SystemToast.class_9037 type, Text title, @Nullable Text description)