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) 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)