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 voidSystemToast.add(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) static voidSystemToast.hide(ToastManager manager, SystemToast.Type type) static voidRecipeToast.show(ToastManager toastManager, RecipeDisplay display) static voidSystemToast.show(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) voidAdvancementToast.update(ToastManager manager, long time) voidRecipeToast.update(ToastManager manager, long time) voidSystemToast.update(ToastManager manager, long time) voidToast.update(ToastManager manager, long time) voidTutorialToast.update(ToastManager manager, long time)