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

21 lines
663 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS deo net/minecraft/client/network/ClientPlayerEntity
2019-01-16 13:24:40 -05:00
FIELD ch stats Lyc;
2019-01-30 12:48:39 -05:00
FIELD ci recipeBook Lcpw;
2019-01-16 13:24:40 -05:00
FIELD ck clientPermissionLevel I
FIELD cv serverBrand Ljava/lang/String;
2019-01-30 12:48:39 -05:00
FIELD cz activeHand Lafz;
FIELD d networkHandler Ldcg;
FIELD e input Ldem;
FIELD f client Lcqd;
METHOD <init> (Lcqd;Lbcq;Ldcg;Lyc;Lcpw;)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2019-01-30 12:48:39 -05:00
METHOD A getServerBrand ()Ljava/lang/String;
METHOD B getStats ()Lyc;
METHOD D getRecipeBook ()Lcpw;
METHOD a setClientPermissionLevel (I)V
2019-01-30 12:48:39 -05:00
METHOD a onRecipeDisplayed (Lazs;)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