Uses of Enum Class
net.minecraft.client.gui.components.toasts.TutorialToast.Icons
Packages that use TutorialToast.Icons
-
Uses of TutorialToast.Icons in net.minecraft.client.gui.components.toasts
Subclasses with type arguments of type TutorialToast.Icons in net.minecraft.client.gui.components.toastsFields in net.minecraft.client.gui.components.toasts declared as TutorialToast.IconsMethods in net.minecraft.client.gui.components.toasts that return TutorialToast.IconsModifier and TypeMethodDescriptionstatic TutorialToast.IconsReturns the enum constant of this class with the specified name.static TutorialToast.Icons[]TutorialToast.Icons.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.gui.components.toasts with parameters of type TutorialToast.IconsModifierConstructorDescriptionTutorialToast(Font font, TutorialToast.Icons icon, Component title, @Nullable Component message, boolean progressable) TutorialToast(Font font, TutorialToast.Icons icon, Component title, @Nullable Component message, boolean progressable, int timeToDisplayMs)