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) classToastGui.ToastInstance<T extends IToast>Classes in net.minecraft.client.gui.toasts that implement IToast Modifier and Type Class Description classAdvancementToastclassRecipeToastclassSystemToastclassTutorialToastFields in net.minecraft.client.gui.toasts declared as IToast Modifier and Type Field Description private TToastGui.ToastInstance. toastFields in net.minecraft.client.gui.toasts with type parameters of type IToast Modifier and Type Field Description private java.util.Deque<IToast>ToastGui. queuedMethods 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 voidToastGui. addToast(IToast p_192988_1_)
-