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) class
ToastManager.Entry<T extends Toast>
Classes in net.minecraft.client.toast that implement Toast Modifier and Type Class Description class
AdvancementToast
class
RecipeToast
class
SystemToast
class
TutorialToast
Fields in net.minecraft.client.toast declared as Toast Modifier and Type Field Description private T
ToastManager.Entry. instance
Fields in net.minecraft.client.toast with type parameters of type Toast Modifier and Type Field Description private Deque<Toast>
ToastManager. toastQueue
Methods 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 void
ToastManager. add(Toast toast)