Package net.minecraft.client.tutorial
Class MovementTutorialStepHandler
java.lang.Object
net.minecraft.client.tutorial.MovementTutorialStepHandler
- All Implemented Interfaces:
TutorialStepHandler
@Environment(CLIENT) public class MovementTutorialStepHandler extends Object implements TutorialStepHandler
- Mappings:
Namespace Name official ewcintermediary net/minecraft/class_1151named net/minecraft/client/tutorial/MovementTutorialStepHandler
-
Field Summary
Fields Modifier and Type Field Description private static TextLOOK_DESCRIPTIONprivate static TextLOOK_TITLEprivate intlookAroundCompletionTicksprivate TutorialToastlookAroundToastprivate booleanlookedAroundLastTickprivate intlookedAroundTicksprivate TutorialManagermanagerprivate static TextMOVE_DESCRIPTIONprivate static TextMOVE_TITLEprivate intmoveAroundCompletionTicksprivate booleanmovedLastTickprivate intmovedTicksprivate TutorialToastmoveToastprivate intticks -
Constructor Summary
Constructors Constructor Description MovementTutorialStepHandler(TutorialManager manager) -
Method Summary
Modifier and Type Method Description voiddestroy()voidonMouseUpdate(double deltaX, double deltaY)voidonMovement(Input input)voidtick()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.tutorial.TutorialStepHandler
onBlockBreaking, onInventoryOpened, onSlotUpdate, onTarget
-
Field Details
-
MOVE_TITLE
- Mappings:
Namespace Name Mixin selector official aLewc;a:Loi;intermediary field_5624Lnet/minecraft/class_1151;field_5624:Lnet/minecraft/class_2561;named MOVE_TITLELnet/minecraft/client/tutorial/MovementTutorialStepHandler;MOVE_TITLE:Lnet/minecraft/text/Text;
-
MOVE_DESCRIPTION
- Mappings:
Namespace Name Mixin selector official bLewc;b:Loi;intermediary field_5617Lnet/minecraft/class_1151;field_5617:Lnet/minecraft/class_2561;named MOVE_DESCRIPTIONLnet/minecraft/client/tutorial/MovementTutorialStepHandler;MOVE_DESCRIPTION:Lnet/minecraft/text/Text;
-
LOOK_TITLE
- Mappings:
Namespace Name Mixin selector official cLewc;c:Loi;intermediary field_5621Lnet/minecraft/class_1151;field_5621:Lnet/minecraft/class_2561;named LOOK_TITLELnet/minecraft/client/tutorial/MovementTutorialStepHandler;LOOK_TITLE:Lnet/minecraft/text/Text;
-
LOOK_DESCRIPTION
- Mappings:
Namespace Name Mixin selector official dLewc;d:Loi;intermediary field_5614Lnet/minecraft/class_1151;field_5614:Lnet/minecraft/class_2561;named LOOK_DESCRIPTIONLnet/minecraft/client/tutorial/MovementTutorialStepHandler;LOOK_DESCRIPTION:Lnet/minecraft/text/Text;
-
manager
- Mappings:
Namespace Name Mixin selector official eLewc;e:Lewf;intermediary field_5618Lnet/minecraft/class_1151;field_5618:Lnet/minecraft/class_1156;named managerLnet/minecraft/client/tutorial/MovementTutorialStepHandler;manager:Lnet/minecraft/client/tutorial/TutorialManager;
-
moveToast
- Mappings:
Namespace Name Mixin selector official fLewc;f:Ldtl;intermediary field_5622Lnet/minecraft/class_1151;field_5622:Lnet/minecraft/class_372;named moveToastLnet/minecraft/client/tutorial/MovementTutorialStepHandler;moveToast:Lnet/minecraft/client/toast/TutorialToast;
-
lookAroundToast
- Mappings:
Namespace Name Mixin selector official gLewc;g:Ldtl;intermediary field_5623Lnet/minecraft/class_1151;field_5623:Lnet/minecraft/class_372;named lookAroundToastLnet/minecraft/client/tutorial/MovementTutorialStepHandler;lookAroundToast:Lnet/minecraft/client/toast/TutorialToast;
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector official hLewc;h:Iintermediary field_5616Lnet/minecraft/class_1151;field_5616:Inamed ticksLnet/minecraft/client/tutorial/MovementTutorialStepHandler;ticks:I
-
movedTicks
private int movedTicks- Mappings:
Namespace Name Mixin selector official iLewc;i:Iintermediary field_5615Lnet/minecraft/class_1151;field_5615:Inamed movedTicksLnet/minecraft/client/tutorial/MovementTutorialStepHandler;movedTicks:I
-
lookedAroundTicks
private int lookedAroundTicks- Mappings:
Namespace Name Mixin selector official jLewc;j:Iintermediary field_5627Lnet/minecraft/class_1151;field_5627:Inamed lookedAroundTicksLnet/minecraft/client/tutorial/MovementTutorialStepHandler;lookedAroundTicks:I
-
movedLastTick
private boolean movedLastTick- Mappings:
Namespace Name Mixin selector official kLewc;k:Zintermediary field_5620Lnet/minecraft/class_1151;field_5620:Znamed movedLastTickLnet/minecraft/client/tutorial/MovementTutorialStepHandler;movedLastTick:Z
-
lookedAroundLastTick
private boolean lookedAroundLastTick- Mappings:
Namespace Name Mixin selector official lLewc;l:Zintermediary field_5619Lnet/minecraft/class_1151;field_5619:Znamed lookedAroundLastTickLnet/minecraft/client/tutorial/MovementTutorialStepHandler;lookedAroundLastTick:Z
-
moveAroundCompletionTicks
private int moveAroundCompletionTicks- Mappings:
Namespace Name Mixin selector official mLewc;m:Iintermediary field_5626Lnet/minecraft/class_1151;field_5626:Inamed moveAroundCompletionTicksLnet/minecraft/client/tutorial/MovementTutorialStepHandler;moveAroundCompletionTicks:I
-
lookAroundCompletionTicks
private int lookAroundCompletionTicks- Mappings:
Namespace Name Mixin selector official nLewc;n:Iintermediary field_5625Lnet/minecraft/class_1151;field_5625:Inamed lookAroundCompletionTicksLnet/minecraft/client/tutorial/MovementTutorialStepHandler;lookAroundCompletionTicks:I
-
-
Constructor Details
-
MovementTutorialStepHandler
- Mappings:
Namespace Name Mixin selector official <init>Lewc;<init>(Lewf;)Vintermediary <init>Lnet/minecraft/class_1151;<init>(Lnet/minecraft/class_1156;)Vnamed <init>Lnet/minecraft/client/tutorial/MovementTutorialStepHandler;<init>(Lnet/minecraft/client/tutorial/TutorialManager;)V
-
-
Method Details
-
tick
public void tick()- Specified by:
tickin interfaceTutorialStepHandler- Mappings:
Namespace Name Mixin selector official aLewg;a()Vintermediary method_4899Lnet/minecraft/class_1155;method_4899()Vnamed tickLnet/minecraft/client/tutorial/TutorialStepHandler;tick()V
-
destroy
public void destroy()- Specified by:
destroyin interfaceTutorialStepHandler- Mappings:
Namespace Name Mixin selector official bLewg;b()Vintermediary method_4902Lnet/minecraft/class_1155;method_4902()Vnamed destroyLnet/minecraft/client/tutorial/TutorialStepHandler;destroy()V
-
onMovement
- Specified by:
onMovementin interfaceTutorialStepHandler- Mappings:
Namespace Name Mixin selector official aLewg;a(Lehc;)Vintermediary method_4903Lnet/minecraft/class_1155;method_4903(Lnet/minecraft/class_744;)Vnamed onMovementLnet/minecraft/client/tutorial/TutorialStepHandler;onMovement(Lnet/minecraft/client/input/Input;)V
-
onMouseUpdate
public void onMouseUpdate(double deltaX, double deltaY)- Specified by:
onMouseUpdatein interfaceTutorialStepHandler- Mappings:
Namespace Name Mixin selector official aLewg;a(DD)Vintermediary method_4901Lnet/minecraft/class_1155;method_4901(DD)Vnamed onMouseUpdateLnet/minecraft/client/tutorial/TutorialStepHandler;onMouseUpdate(DD)V
-