Package | Description |
---|---|
net.minecraft.client.settings | |
net.minecraft.client.tutorial |
Modifier and Type | Field and Description |
---|---|
TutorialSteps |
GameSettings.tutorialStep |
Modifier and Type | Method and Description |
---|---|
static TutorialSteps |
TutorialSteps.getTutorial(java.lang.String tutorialName) |
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) |