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

22 lines
593 B
Plaintext
Raw Normal View History

2019-04-17 12:41:25 -04:00
CLASS dyc net/minecraft/client/tutorial/TutorialManager
FIELD a client Lcvg;
FIELD b currentHandler Ldyd;
2018-11-01 04:14:40 -04:00
METHOD a onInventoryOpened ()V
METHOD a onUpdateMouse (DD)V
ARG 1 deltaX
ARG 3 deltaY
2019-04-17 12:41:25 -04:00
METHOD a onSlotUpdate (Lbbz;)V
METHOD a tick (Ldhj;Lcrr;)V
ARG 1 world
ARG 2 hitResult
2019-04-17 12:41:25 -04:00
METHOD a onBlockAttacked (Ldhj;Lev;Lbvh;F)V
METHOD a onMovement (Ldjr;)V
ARG 1 input
2019-04-17 12:41:25 -04:00
METHOD a setStep (Ldye;)V
2019-03-20 13:56:26 -04:00
METHOD a getKeybindName (Ljava/lang/String;)Ljm;
2018-11-01 04:14:40 -04:00
METHOD b destroyHandler ()V
METHOD c createHandler ()V
METHOD d tick ()V
2019-04-17 12:41:25 -04:00
METHOD e getClient ()Lcvg;
METHOD f getGameMode ()Lbhc;