Interface TutorialStepHandler

All Known Implementing Classes:
CraftPlanksTutorialStepHandler, FindTreeTutorialStepHandler, MovementTutorialStepHandler, NoneTutorialStepHandler, OpenInventoryTutorialStepHandler, PunchTreeTutorialStepHandler

@Environment(CLIENT)
public interface TutorialStepHandler
Mappings:
Namespace Name
official evy
intermediary net/minecraft/class_1155
named net/minecraft/client/tutorial/TutorialStepHandler
  • Method Details

    • destroy

      default void destroy()
      Mappings:
      Namespace Name Mixin selector
      official b Levy;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 Levy;a()V
      intermediary method_4899 Lnet/minecraft/class_1155;method_4899()V
      named tick Lnet/minecraft/client/tutorial/TutorialStepHandler;tick()V
    • onMovement

      default void onMovement​(Input input)
      Mappings:
      Namespace Name Mixin selector
      official a Levy;a(Legu;)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 Levy;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

      default void onTarget​(ClientWorld world, HitResult hitResult)
      Mappings:
      Namespace Name Mixin selector
      official a Levy;a(Ledy;Ldis;)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
    • onBlockAttacked

      default void onBlockAttacked​(ClientWorld client, BlockPos pos, BlockState state, float float2)
      Mappings:
      Namespace Name Mixin selector
      official a Levy;a(Ledy;Lfx;Lcht;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 onBlockAttacked Lnet/minecraft/client/tutorial/TutorialStepHandler;onBlockAttacked(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 Levy;c()V
      intermediary method_4904 Lnet/minecraft/class_1155;method_4904()V
      named onInventoryOpened Lnet/minecraft/client/tutorial/TutorialStepHandler;onInventoryOpened()V
    • onSlotUpdate

      default void onSlotUpdate​(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Levy;a(Lbnv;)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