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

26 lines
799 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS dip net/minecraft/client/network/ClientPlayerEntity
2019-03-14 08:57:09 -04:00
FIELD cd stats Lyq;
2019-03-14 11:39:51 -04:00
FIELD ce recipeBook Lctg;
2019-03-14 08:57:09 -04:00
FIELD cg clientPermissionLevel I
FIELD cr serverBrand Ljava/lang/String;
FIELD cv activeHand Lagq;
FIELD cw riding Z
2019-03-14 11:39:51 -04:00
FIELD e networkHandler Ldgc;
FIELD f input Ldin;
FIELD g client Lctp;
METHOD <init> (Lctp;Ldgf;Ldgc;Lyq;Lctg;)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;
2019-03-14 08:57:09 -04:00
METHOD B getStats ()Lyq;
2019-03-14 11:39:51 -04:00
METHOD D getRecipeBook ()Lctg;
METHOD F hasJumpingMount ()Z
METHOD a setClientPermissionLevel (I)V
2019-03-14 11:39:51 -04:00
METHOD a onRecipeDisplayed (Lbcz;)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 l isRiding ()Z
2019-03-14 08:57:09 -04:00
METHOD t updateHealth (F)V
METHOD x startRidingJump ()V
METHOD z openRidingInventory ()V