Class PunchTreeTutorialStepHandler

java.lang.Object
net.minecraft.client.tutorial.PunchTreeTutorialStepHandler
All Implemented Interfaces:
TutorialStepHandler

@Environment(CLIENT) public class PunchTreeTutorialStepHandler extends Object implements TutorialStepHandler
Mappings:
Namespace Name
official fbm
intermediary net/minecraft/class_1153
named net/minecraft/client/tutorial/PunchTreeTutorialStepHandler
  • Field Details

    • field_33035

      private static final int field_33035
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lfbm;a:I
      intermediary field_33035 Lnet/minecraft/class_1153;field_33035:I
      named field_33035 Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;field_33035:I
    • TITLE

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      official b Lfbm;b:Los;
      intermediary field_5638 Lnet/minecraft/class_1153;field_5638:Lnet/minecraft/class_2561;
      named TITLE Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;TITLE:Lnet/minecraft/text/Text;
    • DESCRIPTION

      private static final Text DESCRIPTION
      Mappings:
      Namespace Name Mixin selector
      official c Lfbm;c:Los;
      intermediary field_5639 Lnet/minecraft/class_1153;field_5639:Lnet/minecraft/class_2561;
      named DESCRIPTION Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;DESCRIPTION:Lnet/minecraft/text/Text;
    • manager

      private final TutorialManager manager
      Mappings:
      Namespace Name Mixin selector
      official d Lfbm;d:Lfbn;
      intermediary field_5634 Lnet/minecraft/class_1153;field_5634:Lnet/minecraft/class_1156;
      named manager Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;manager:Lnet/minecraft/client/tutorial/TutorialManager;
    • toast

      private TutorialToast toast
      Mappings:
      Namespace Name Mixin selector
      official e Lfbm;e:Ldyh;
      intermediary field_5637 Lnet/minecraft/class_1153;field_5637:Lnet/minecraft/class_372;
      named toast Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;toast:Lnet/minecraft/client/toast/TutorialToast;
    • ticks

      private int ticks
      Mappings:
      Namespace Name Mixin selector
      official f Lfbm;f:I
      intermediary field_5636 Lnet/minecraft/class_1153;field_5636:I
      named ticks Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;ticks:I
    • punches

      private int punches
      Mappings:
      Namespace Name Mixin selector
      official g Lfbm;g:I
      intermediary field_5635 Lnet/minecraft/class_1153;field_5635:I
      named punches Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;punches:I
  • Constructor Details

    • PunchTreeTutorialStepHandler

      public PunchTreeTutorialStepHandler(TutorialManager manager)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfbm;<init>(Lfbn;)V
      intermediary <init> Lnet/minecraft/class_1153;<init>(Lnet/minecraft/class_1156;)V
      named <init> Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;<init>(Lnet/minecraft/client/tutorial/TutorialManager;)V
  • Method Details

    • tick

      public void tick()
      Specified by:
      tick in interface TutorialStepHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lfbo;a()V
      intermediary method_4899 Lnet/minecraft/class_1155;method_4899()V
      named tick Lnet/minecraft/client/tutorial/TutorialStepHandler;tick()V
    • destroy

      public void destroy()
      Specified by:
      destroy in interface TutorialStepHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lfbo;b()V
      intermediary method_4902 Lnet/minecraft/class_1155;method_4902()V
      named destroy Lnet/minecraft/client/tutorial/TutorialStepHandler;destroy()V
    • onBlockBreaking

      public void onBlockBreaking(ClientWorld client, BlockPos pos, BlockState state, float progress)
      Specified by:
      onBlockBreaking in interface TutorialStepHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lfbo;a(Lejh;Lgg;Lcks;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
    • onSlotUpdate

      public void onSlotUpdate(ItemStack stack)
      Specified by:
      onSlotUpdate in interface TutorialStepHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lfbo;a(Lbqp;)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