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 voidSystemToast.add(ToastComponent toastComponent, SystemToast.SystemToastId id, Component title, Component message) static voidRecipeToast.addOrUpdate(ToastComponent toastComponent, RecipeHolder<?> recipe) static voidSystemToast.addOrUpdate(ToastComponent toastComponent, SystemToast.SystemToastId id, Component title, Component message) static voidSystemToast.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)