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

16 lines
467 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS dpa net/minecraft/client/tutorial/TutorialManager
2018-11-30 06:38:47 -05:00
FIELD a client Lcnv;
2018-11-29 15:10:38 -05:00
FIELD b currentHandler Ldpb;
2018-11-30 06:38:47 -05:00
METHOD <init> (Lcnv;)V
ARG 1 client
2018-11-01 04:14:40 -04:00
METHOD a onInventoryOpened ()V
2018-11-29 15:10:38 -05:00
METHOD a onSlotUpdate (Lavs;)V
METHOD a onBlockAttacked (Lczk;Let;Lboj;F)V
METHOD a setStep (Ldpc;)V
2018-11-27 13:50:51 -05:00
METHOD a getKeybindName (Ljava/lang/String;)Lja;
2018-11-01 04:14:40 -04:00
METHOD b destroyHandler ()V
METHOD c createHandler ()V
METHOD d tick ()V
2018-11-30 06:38:47 -05:00
METHOD e getClient ()Lcnv;
2018-11-29 15:10:38 -05:00
METHOD f getGameMode ()Lban;