Uses of Interface
net.minecraft.client.tutorial.TutorialStepHandler
Package | Description |
---|---|
net.minecraft.client.tutorial |
-
Uses of TutorialStepHandler in net.minecraft.client.tutorial
Classes in net.minecraft.client.tutorial that implement TutorialStepHandler Modifier and Type Class Description class
CraftPlanksTutorialStepHandler
class
FindTreeTutorialStepHandler
class
MovementTutorialStepHandler
class
NoneTutorialStepHandler
class
OpenInventoryTutorialStepHandler
class
PunchTreeTutorialStepHandler
Fields in net.minecraft.client.tutorial declared as TutorialStepHandler Modifier and Type Field Description private @Nullable TutorialStepHandler
TutorialManager. currentHandler
Fields in net.minecraft.client.tutorial with type parameters of type TutorialStepHandler Modifier and Type Field Description private Function<TutorialManager,? extends TutorialStepHandler>
TutorialStep. handlerFactory
Methods in net.minecraft.client.tutorial that return TutorialStepHandler Modifier and Type Method Description TutorialStepHandler
TutorialStep. createHandler(TutorialManager manager)