Uses of Class
net.minecraft.client.toast.TutorialToast.Type
| Package | Description |
|---|---|
| net.minecraft.client.toast |
-
Uses of TutorialToast.Type in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as TutorialToast.Type Modifier and Type Field Description private TutorialToast.TypeTutorialToast. typeMethods in net.minecraft.client.toast that return TutorialToast.Type Modifier and Type Method Description static TutorialToast.TypeTutorialToast.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TutorialToast.Type[]TutorialToast.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.client.toast with parameters of type TutorialToast.Type Constructor Description TutorialToast(TutorialToast.Type type, Text title, @Nullable Text description, boolean hasProgressBar)