| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.tutorial |
| Modifier and Type | Field and Description |
|---|---|
TutorialSteps |
GameSettings.tutorialStep |
| Modifier and Type | Method and Description |
|---|---|
static TutorialSteps |
TutorialSteps.byName(java.lang.String name) |
static TutorialSteps |
TutorialSteps.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TutorialSteps[] |
TutorialSteps.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tutorial.setStep(TutorialSteps step) |