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

27 lines
836 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS dir net/minecraft/client/network/ClientPlayerEntity
FIELD cd stats Lyr;
FIELD ce recipeBook Lctr;
FIELD cf tickables Ljava/util/List;
2019-03-14 08:57:09 -04:00
FIELD cg clientPermissionLevel I
FIELD cr serverBrand Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD cv activeHand Lags;
FIELD cw riding Z
2019-03-20 13:56:26 -04:00
FIELD e networkHandler Ldge;
FIELD f input Ldip;
FIELD g client Lcua;
METHOD <init> (Lcua;Ldgh;Ldge;Lyr;Lctr;)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-20 13:56:26 -04:00
METHOD B getStats ()Lyr;
METHOD D getRecipeBook ()Lctr;
METHOD F hasJumpingMount ()Z
METHOD I isRiding ()Z
METHOD a setClientPermissionLevel (I)V
2019-03-20 13:56:26 -04:00
METHOD a onRecipeDisplayed (Lbdh;)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
2019-03-14 08:57:09 -04:00
METHOD t updateHealth (F)V
METHOD x startRidingJump ()V
METHOD z openRidingInventory ()V