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

17 lines
474 B
Plaintext
Raw Normal View History

2018-11-01 04:14:40 -04:00
CLASS dmp net/minecraft/client/tutorial/TutorialManager
FIELD a game Lclp;
FIELD b currentHandler Ldmq;
METHOD <init> (Lclp;)V
2018-11-04 07:22:38 -05:00
ARG 1 game
2018-11-01 04:14:40 -04:00
METHOD a onInventoryOpened ()V
METHOD a onSlotUpdate (Lauv;)V
METHOD a onBlockAttacked (Lcxa;Leq;Lbnh;F)V
2018-11-01 04:14:40 -04:00
METHOD a setStep (Ldmr;)V
2018-11-04 07:22:38 -05:00
ARG 1 step
2018-11-01 04:14:40 -04:00
METHOD a getKeybindName (Ljava/lang/String;)Lix;
METHOD b destroyHandler ()V
METHOD c createHandler ()V
METHOD d tick ()V
METHOD e getGame ()Lclp;
METHOD f getGameMode ()Lazq;