Uses of Enum Class
net.minecraft.client.toast.TutorialToast.Type
Packages that use TutorialToast.Type
-
Uses of TutorialToast.Type in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as TutorialToast.TypeMethods in net.minecraft.client.toast that return TutorialToast.TypeModifier and TypeMethodDescriptionstatic TutorialToast.TypeReturns the enum constant of this class with the specified name.static TutorialToast.Type[]TutorialToast.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.toast with parameters of type TutorialToast.TypeModifierConstructorDescriptionTutorialToast(TextRenderer textRenderer, TutorialToast.Type type, Text title, @Nullable Text description, boolean hasProgressBar) TutorialToast(TextRenderer textRenderer, TutorialToast.Type type, Text title, @Nullable Text description, boolean hasProgressBar, int displayDuration)