Uses of Class
net.minecraft.client.gui.components.toasts.ToastManager
Packages that use ToastManager
-
Uses of ToastManager in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as ToastManagerMethods in net.minecraft.client.gui 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 voidFriendToast.add(ToastManager toastManager, Font font, @Nullable ResolvableProfile skinProfile, Component message) static 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) voidFriendToast.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)