Uses of Class
net.minecraft.client.tutorial.TutorialManager
| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.tutorial |
-
Uses of TutorialManager in net.minecraft.client
Fields in net.minecraft.client declared as TutorialManager Modifier and Type Field Description private TutorialManagerMinecraftClient. tutorialManagerMethods in net.minecraft.client that return TutorialManager Modifier and Type Method Description TutorialManagerMinecraftClient. getTutorialManager() -
Uses of TutorialManager in net.minecraft.client.tutorial
Fields in net.minecraft.client.tutorial declared as TutorialManager Modifier and Type Field Description private TutorialManagerBundleTutorial. managerprivate TutorialManagerCraftPlanksTutorialStepHandler. managerprivate TutorialManagerFindTreeTutorialStepHandler. managerprivate TutorialManagerMovementTutorialStepHandler. managerprivate TutorialManagerOpenInventoryTutorialStepHandler. managerprivate TutorialManagerPunchTreeTutorialStepHandler. managerFields in net.minecraft.client.tutorial with type parameters of type TutorialManager Modifier and Type Field Description private Function<TutorialManager,? extends TutorialStepHandler>TutorialStep. handlerFactoryMethods in net.minecraft.client.tutorial with parameters of type TutorialManager Modifier and Type Method Description TutorialStepHandlerTutorialStep. createHandler(TutorialManager manager)Constructors in net.minecraft.client.tutorial with parameters of type TutorialManager Constructor Description BundleTutorial(TutorialManager manager, GameOptions options)CraftPlanksTutorialStepHandler(TutorialManager manager)FindTreeTutorialStepHandler(TutorialManager manager)MovementTutorialStepHandler(TutorialManager manager)NoneTutorialStepHandler(TutorialManager manager)OpenInventoryTutorialStepHandler(TutorialManager manager)PunchTreeTutorialStepHandler(TutorialManager manager)Constructor parameters in net.minecraft.client.tutorial with type arguments of type TutorialManager Constructor Description TutorialStep(String name, Function<TutorialManager,T> factory)