Package | Description |
---|---|
net.minecraft.client.gui.toasts |
Modifier and Type | Field and Description |
---|---|
private TutorialToast.Icons |
TutorialToast.icon |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TutorialToast(TutorialToast.Icons iconIn,
ITextComponent titleComponent,
ITextComponent subtitleComponent,
boolean drawProgressBar) |