Uses of Class
net.minecraft.client.gui.toasts.TutorialToast.Icons
-
Packages that use TutorialToast.Icons Package Description net.minecraft.client.gui.toasts -
-
Uses of TutorialToast.Icons in net.minecraft.client.gui.toasts
Fields in net.minecraft.client.gui.toasts declared as TutorialToast.Icons Modifier and Type Field Description private TutorialToast.Icons
TutorialToast. icon
Methods in net.minecraft.client.gui.toasts that return TutorialToast.Icons Modifier and Type Method Description static TutorialToast.Icons
TutorialToast.Icons. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TutorialToast.Icons[]
TutorialToast.Icons. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.client.gui.toasts with parameters of type TutorialToast.Icons Constructor Description TutorialToast(TutorialToast.Icons p_i47487_1_, ITextComponent p_i47487_2_, ITextComponent p_i47487_3_, boolean p_i47487_4_)
-