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 fts
intermediary net/minecraft/class_1153
named net/minecraft/client/tutorial/PunchTreeTutorialStepHandler
  • Field Details

    • DELAY

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

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      official b Lfts;b:Lss;
      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 Lfts;c:Lss;
      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 Lfts;d:Lftt;
      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 Lfts;e:Lemq;
      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 Lfts;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 Lfts;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> Lfts;<init>(Lftt;)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 Lftu;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 Lftu;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 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
    • onSlotUpdate

      public void onSlotUpdate(ItemStack stack)
      Specified by:
      onSlotUpdate in interface TutorialStepHandler
      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