Uses of Interface
net.minecraft.client.toast.Toast
| Package | Description |
|---|---|
| net.minecraft.client.toast |
-
Uses of Toast in net.minecraft.client.toast
Classes in net.minecraft.client.toast with type parameters of type Toast Modifier and Type Class Description (package private) classToastManager.Entry<T extends Toast>Classes in net.minecraft.client.toast that implement Toast Modifier and Type Class Description classAdvancementToastclassRecipeToastclassSystemToastclassTutorialToastFields in net.minecraft.client.toast declared as Toast Modifier and Type Field Description private TToastManager.Entry. instanceFields in net.minecraft.client.toast with type parameters of type Toast Modifier and Type Field Description private Deque<Toast>ToastManager. toastQueueMethods in net.minecraft.client.toast with type parameters of type Toast Modifier and Type Method Description <T extends Toast>
TToastManager. getToast(Class<? extends T> toastClass, Object type)Methods in net.minecraft.client.toast with parameters of type Toast Modifier and Type Method Description voidToastManager. add(Toast toast)