Uses of Class
net.minecraft.client.toast.ToastManager
Packages that use ToastManager
Package
Description
The base package for all Minecraft classes.
-
Uses of ToastManager in net.minecraft
Methods in net.minecraft with parameters of type ToastManagerModifier and TypeMethodDescriptionclass_8438.draw
(MatrixStack matrices, ToastManager manager, long startTime) private void
class_8438.method_50938
(MatrixStack matrixStack, ToastManager toastManager, int int2, int int3, int int4, int int5) -
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 void
SystemToast.add
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description) AdvancementToast.draw
(MatrixStack matrices, ToastManager manager, long startTime) RecipeToast.draw
(MatrixStack matrices, ToastManager manager, long startTime) SystemToast.draw
(MatrixStack matrices, ToastManager manager, long startTime) Toast.draw
(MatrixStack matrices, ToastManager manager, long startTime) TutorialToast.draw
(MatrixStack matrices, ToastManager manager, long startTime) private void
SystemToast.drawPart
(MatrixStack matrices, ToastManager manager, int width, int textureV, int y, int height) static void
RecipeToast.show
(ToastManager manager, Recipe<?> recipes) static void
SystemToast.show
(ToastManager manager, SystemToast.Type type, Text title, @Nullable Text description)