Uses of Class
net.minecraft.client.gui.components.toasts.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.gui.components.toasts
Methods in net.minecraft.client.gui.components.toasts with parameters of type ToastManagerModifier and TypeMethodDescriptionstatic voidSystemToast.add(ToastManager toastManager, SystemToast.SystemToastId id, Component title, @Nullable Component message) static voidRecipeToast.addOrUpdate(ToastManager toastManager, RecipeDisplay recipe) static voidSystemToast.addOrUpdate(ToastManager toastManager, SystemToast.SystemToastId id, Component title, @Nullable Component message) static voidSystemToast.forceHide(ToastManager toastManager, SystemToast.SystemToastId id) voidAdvancementToast.update(ToastManager manager, long fullyVisibleForMs) voidNowPlayingToast.update(ToastManager manager, long fullyVisibleForMs) voidRecipeToast.update(ToastManager manager, long fullyVisibleForMs) voidSystemToast.update(ToastManager manager, long fullyVisibleForMs) voidToast.update(ToastManager manager, long fullyVisibleForMs) voidTutorialToast.update(ToastManager manager, long fullyVisibleForMs)