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 void
SystemToast.add
(ToastManager pToastManager, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) static void
RecipeToast.addOrUpdate
(ToastManager pToastManager, RecipeDisplay pRecipeDisplay) static void
SystemToast.addOrUpdate
(ToastManager pToastManager, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) static void
SystemToast.forceHide
(ToastManager pToastManager, SystemToast.SystemToastId pId) void
AdvancementToast.update
(ToastManager pToastManager, long pVisibilityTime) void
NowPlayingToast.update
(ToastManager pToastManager, long pVisibilityTime) void
RecipeToast.update
(ToastManager pToastManager, long pVisibilityTime) void
SystemToast.update
(ToastManager pToastManager, long pVisibilityTime) void
Toast.update
(ToastManager pToastManager, long pVisibilityTime) void
TutorialToast.update
(ToastManager pToastManager, long pVisibilityTime)