yarn/mappings/net/minecraft/client/network/ClientPlayerEntity.mapping

21 lines
663 B
Plaintext
Raw Normal View History

2019-01-24 11:47:45 -05:00
CLASS dej net/minecraft/client/network/ClientPlayerEntity
2019-01-16 13:24:40 -05:00
FIELD ch stats Lyc;
2019-01-24 11:47:45 -05:00
FIELD ci recipeBook Lcpr;
2019-01-16 13:24:40 -05:00
FIELD ck clientPermissionLevel I
FIELD cv serverBrand Ljava/lang/String;
FIELD cz activeHand Lafw;
2019-01-24 11:47:45 -05:00
FIELD d networkHandler Ldcb;
FIELD e input Ldeh;
FIELD f client Lcpy;
METHOD <init> (Lcpy;Lbcl;Ldcb;Lyc;Lcpr;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2019-01-16 13:24:40 -05:00
METHOD A getStats ()Lyc;
2019-01-24 11:47:45 -05:00
METHOD B getRecipeBook ()Lcpr;
METHOD a setClientPermissionLevel (I)V
2019-01-24 11:47:45 -05:00
METHOD a onRecipeDisplayed (Lazn;)V
METHOD f sendChatMessage (Ljava/lang/String;)V
METHOD g setServerBrand (Ljava/lang/String;)V
2018-12-30 09:37:50 -05:00
ARG 1 serverBrand
METHOD s updateHealth (F)V
2019-01-09 12:20:38 -05:00
METHOD z getServerBrand ()Ljava/lang/String;