Package net.minecraft.client.tutorial
Interface TutorialStepHandler
- All Known Implementing Classes:
CraftPlanksTutorialStepHandler
,FindTreeTutorialStepHandler
,MovementTutorialStepHandler
,NoneTutorialStepHandler
,OpenInventoryTutorialStepHandler
,PunchTreeTutorialStepHandler
- Mappings:
Namespace Name official ftu
intermediary net/minecraft/class_1155
named net/minecraft/client/tutorial/TutorialStepHandler
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
destroy()
default void
onBlockBreaking
(ClientWorld client, BlockPos pos, BlockState state, float progress) default void
default void
onMouseUpdate
(double deltaX, double deltaY) default void
onMovement
(Input input) default void
onSlotUpdate
(ItemStack stack) default void
onTarget
(ClientWorld world, HitResult hitResult) default void
tick()
-
Method Details
-
destroy
default void destroy()- Mappings:
Namespace Name Mixin selector official b
Lftu;b()V
intermediary method_4902
Lnet/minecraft/class_1155;method_4902()V
named destroy
Lnet/minecraft/client/tutorial/TutorialStepHandler;destroy()V
-
tick
default void tick()- Mappings:
Namespace Name Mixin selector official a
Lftu;a()V
intermediary method_4899
Lnet/minecraft/class_1155;method_4899()V
named tick
Lnet/minecraft/client/tutorial/TutorialStepHandler;tick()V
-
onMovement
- Mappings:
Namespace Name Mixin selector official a
Lftu;a(Lfcx;)V
intermediary method_4903
Lnet/minecraft/class_1155;method_4903(Lnet/minecraft/class_744;)V
named onMovement
Lnet/minecraft/client/tutorial/TutorialStepHandler;onMovement(Lnet/minecraft/client/input/Input;)V
-
onMouseUpdate
default void onMouseUpdate(double deltaX, double deltaY) - Mappings:
Namespace Name Mixin selector official a
Lftu;a(DD)V
intermediary method_4901
Lnet/minecraft/class_1155;method_4901(DD)V
named onMouseUpdate
Lnet/minecraft/client/tutorial/TutorialStepHandler;onMouseUpdate(DD)V
-
onTarget
- Mappings:
Namespace Name Mixin selector official a
Lftu;a(Leyz;Leac;)V
intermediary method_4898
Lnet/minecraft/class_1155;method_4898(Lnet/minecraft/class_638;Lnet/minecraft/class_239;)V
named onTarget
Lnet/minecraft/client/tutorial/TutorialStepHandler;onTarget(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/hit/HitResult;)V
-
onBlockBreaking
- Mappings:
Namespace Name Mixin selector official a
Lftu;a(Leyz;Lgp;Lcyt;F)V
intermediary method_4900
Lnet/minecraft/class_1155;method_4900(Lnet/minecraft/class_638;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;F)V
named onBlockBreaking
Lnet/minecraft/client/tutorial/TutorialStepHandler;onBlockBreaking(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;F)V
-
onInventoryOpened
default void onInventoryOpened()- Mappings:
Namespace Name Mixin selector official c
Lftu;c()V
intermediary method_4904
Lnet/minecraft/class_1155;method_4904()V
named onInventoryOpened
Lnet/minecraft/client/tutorial/TutorialStepHandler;onInventoryOpened()V
-
onSlotUpdate
- Mappings:
Namespace Name Mixin selector official a
Lftu;a(Lcdt;)V
intermediary method_4897
Lnet/minecraft/class_1155;method_4897(Lnet/minecraft/class_1799;)V
named onSlotUpdate
Lnet/minecraft/client/tutorial/TutorialStepHandler;onSlotUpdate(Lnet/minecraft/item/ItemStack;)V
-