Uses of Class
net.minecraft.client.gui.components.toasts.ToastComponent
Packages that use ToastComponent
-
Uses of ToastComponent in net.minecraft.client
Fields in net.minecraft.client declared as ToastComponentMethods in net.minecraft.client that return ToastComponent -
Uses of ToastComponent in net.minecraft.client.gui.components.toasts
Methods in net.minecraft.client.gui.components.toasts with parameters of type ToastComponentModifier and TypeMethodDescriptionstatic void
SystemToast.add
(ToastComponent toastComponent, SystemToast.SystemToastId id, Component title, Component message) static void
RecipeToast.addOrUpdate
(ToastComponent toastComponent, RecipeHolder<?> recipe) static void
SystemToast.addOrUpdate
(ToastComponent toastComponent, SystemToast.SystemToastId id, Component title, Component message) static void
SystemToast.forceHide
(ToastComponent toastComponent, SystemToast.SystemToastId id) AdvancementToast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) RecipeToast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) SystemToast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) Toast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible) TutorialToast.render
(GuiGraphics guiGraphics, ToastComponent toastComponent, long timeSinceLastVisible)