Uses of Class
net.minecraft.client.tutorial.TutorialStep
Package | Description |
---|---|
net.minecraft.client.option | |
net.minecraft.client.tutorial |
-
Uses of TutorialStep in net.minecraft.client.option
Fields in net.minecraft.client.option declared as TutorialStep Modifier and Type Field Description TutorialStep
GameOptions. tutorialStep
-
Uses of TutorialStep in net.minecraft.client.tutorial
Methods in net.minecraft.client.tutorial that return TutorialStep Modifier and Type Method Description static TutorialStep
TutorialStep. byName(String name)
static TutorialStep
TutorialStep. valueOf(String name)
Returns the enum constant of this type with the specified name.static TutorialStep[]
TutorialStep. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.tutorial with parameters of type TutorialStep Modifier and Type Method Description void
TutorialManager. setStep(TutorialStep step)