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 recipeDisplay) static voidSystemToast.addOrUpdate(ToastManager toastManager, SystemToast.SystemToastId id, Component title, @Nullable Component message) static voidSystemToast.forceHide(ToastManager toastManager, SystemToast.SystemToastId id) voidAdvancementToast.update(ToastManager p_363415_, long p_363939_) voidNowPlayingToast.update(ToastManager p_426277_, long p_425837_) voidRecipeToast.update(ToastManager p_360532_, long p_360389_) voidSystemToast.update(ToastManager p_364721_, long p_364544_) voidToast.update(ToastManager toastManager, long visibilityTime) voidTutorialToast.update(ToastManager p_361676_, long p_362771_)