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 pToastComponent, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) static void
RecipeToast.addOrUpdate
(ToastComponent pToastComponent, RecipeHolder<?> pRecipe) static void
SystemToast.addOrUpdate
(ToastComponent pToastComponent, SystemToast.SystemToastId pId, Component pTitle, Component pMessage) static void
SystemToast.forceHide
(ToastComponent pToastComponent, SystemToast.SystemToastId pId) AdvancementToast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) RecipeToast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) SystemToast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) Toast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible) TutorialToast.render
(GuiGraphics pGuiGraphics, ToastComponent pToastComponent, long pTimeSinceLastVisible)