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

    • TITLE

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      official a Levw;a:Loi;
      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 b Levw;b:Loi;
      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 c Levw;c:Levx;
      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 d Levw;d:Ldtd;
      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 e Levw;e:I
      intermediary field_5636 Lnet/minecraft/class_1153;field_5636:I
      named ticks Lnet/minecraft/client/tutorial/PunchTreeTutorialStepHandler;ticks:I
    • field_5635

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

    • PunchTreeTutorialStepHandler

      public PunchTreeTutorialStepHandler​(TutorialManager manager)
      Mappings:
      Namespace Name Mixin selector
      official <init> Levw;<init>(Levx;)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 Levy;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 Levy;b()V
      intermediary method_4902 Lnet/minecraft/class_1155;method_4902()V
      named destroy Lnet/minecraft/client/tutorial/TutorialStepHandler;destroy()V
    • onBlockAttacked

      public void onBlockAttacked​(ClientWorld client, BlockPos pos, BlockState state, float float2)
      Specified by:
      onBlockAttacked in interface TutorialStepHandler
      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
    • onSlotUpdate

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