Uses of Interface
net.minecraft.client.gui.toasts.IToast
-
Packages that use IToast Package Description net.minecraft.client.gui.toasts -
-
Uses of IToast in net.minecraft.client.gui.toasts
Classes in net.minecraft.client.gui.toasts with type parameters of type IToast Modifier and Type Class Description (package private) class
ToastGui.ToastInstance<T extends IToast>
Classes in net.minecraft.client.gui.toasts that implement IToast Modifier and Type Class Description class
AdvancementToast
class
RecipeToast
class
SystemToast
class
TutorialToast
Fields in net.minecraft.client.gui.toasts declared as IToast Modifier and Type Field Description private T
ToastGui.ToastInstance. toast
Fields in net.minecraft.client.gui.toasts with type parameters of type IToast Modifier and Type Field Description private java.util.Deque<IToast>
ToastGui. queued
Methods in net.minecraft.client.gui.toasts with type parameters of type IToast Modifier and Type Method Description <T extends IToast>
TToastGui. getToast(java.lang.Class<? extends T> p_192990_1_, java.lang.Object p_192990_2_)
Methods in net.minecraft.client.gui.toasts with parameters of type IToast Modifier and Type Method Description void
ToastGui. addToast(IToast p_192988_1_)
-