yarn/mappings/net/minecraft/client/tutorial/TutorialManager.mapping

22 lines
593 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dyl net/minecraft/client/tutorial/TutorialManager
FIELD a client Lcvo;
FIELD b currentHandler Ldym;
2018-11-01 04:14:40 -04:00
METHOD a onInventoryOpened ()V
METHOD a onUpdateMouse (DD)V
ARG 1 deltaX
ARG 3 deltaY
2019-06-07 07:45:25 -04:00
METHOD a onSlotUpdate (Lbce;)V
2019-06-19 13:48:53 -04:00
METHOD a tick (Ldhr;Lcrz;)V
ARG 1 world
ARG 2 hitResult
2019-06-19 13:48:53 -04:00
METHOD a onBlockAttacked (Ldhr;Lev;Lbvo;F)V
METHOD a onMovement (Ldjz;)V
ARG 1 input
2019-06-19 13:48:53 -04:00
METHOD a setStep (Ldyn;)V
2019-06-07 07:45:25 -04:00
METHOD a getKeybindName (Ljava/lang/String;)Ljn;
2018-11-01 04:14:40 -04:00
METHOD b destroyHandler ()V
METHOD c createHandler ()V
METHOD d tick ()V
2019-06-19 13:48:53 -04:00
METHOD e getClient ()Lcvo;
METHOD f getGameMode ()Lbhj;