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) voidAdvancementToast.method_61989(ToastManager toastManager, long long2) voidRecipeToast.method_61989(ToastManager toastManager, long long2) voidSystemToast.method_61989(ToastManager toastManager, long long2) voidToast.method_61989(ToastManager toastManager, long long2) voidTutorialToast.method_61989(ToastManager toastManager, long long2) static voidRecipeToast.show(ToastManager manager, RecipeEntry<?> recipe) static voidSystemToast.show(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description)