yarn/mappings/net/minecraft/client/player/EntityPlayerClient.mapping

57 lines
1.7 KiB
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS czm net/minecraft/client/player/EntityPlayerClient
FIELD ci stats Lxk;
FIELD cj recipeBook Lclr;
FIELD cl clientPermissionLevel I
FIELD cw serverBrand Ljava/lang/String;
2018-11-07 11:37:58 -05:00
FIELD d networkHandler Lcxg;
FIELD f game Lclx;
METHOD S_ update ()V
METHOD T_ stopRiding ()V
METHOD a setClientPermissionLevel (I)V
2018-11-07 11:37:58 -05:00
METHOD a openInventory (Lael;)V
METHOD a swingHand (Laer;)V
METHOD a openContainer (Laes;)V
METHOD a damage (Lafh;F)Z
2018-11-04 07:22:38 -05:00
ARG 1 source
2018-11-07 11:37:58 -05:00
METHOD a copyEntityData (Lafy;)V
METHOD a startRiding (Lafy;Z)Z
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-11-07 11:37:58 -05:00
METHOD a move (Lagm;DDD)V
2018-11-04 07:22:38 -05:00
ARG 2 x
2018-11-07 11:37:58 -05:00
METHOD a openHorseInventory (Lama;Lael;)V
METHOD a spawnEntityItem (Lany;)Lava;
METHOD a openBookEditor (Lava;Laer;)V
METHOD a openVillagerGui (Lazd;)V
METHOD a openCommandBlockMinecart (Lazh;)V
METHOD a openCommandBlock (Lblw;)V
METHOD a openSignEditor (Lbmn;)V
METHOD a openStructureBlock (Lbmr;)V
METHOD a appendCommandFeedback (Liz;)V
METHOD a addChatMessage (Liz;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 message
2018-11-07 11:37:58 -05:00
METHOD a onTrackedDataSet (Lpl;)V
METHOD a playSoundAtEntity (Lwz;FF)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
ARG 2 volume
2018-11-07 11:37:58 -05:00
METHOD a dropSelectedItem (Z)Lany;
METHOD bb isSneaking ()Z
METHOD c heal (F)V
2018-11-07 11:37:58 -05:00
METHOD c setCurrentHand (Laer;)V
METHOD c removePotionEffect (Lafq;)Lafr;
METHOD cZ getActiveHand ()Laer;
METHOD d damage (Lafh;F)V
2018-11-04 07:22:38 -05:00
ARG 1 damageSource
METHOD f sendChatMessage (Ljava/lang/String;)V
METHOD f setSprinting (Z)V
2018-11-06 14:26:53 -05:00
METHOD g getPitch (F)F
METHOD g setServerBrand (Ljava/lang/String;)V
2018-11-06 14:26:53 -05:00
METHOD h getYaw (F)F
METHOD k updateMovement ()V
METHOD p closeGui ()V
METHOD s updateHealth (F)V
METHOD v openRidingInventory ()V
METHOD w getServerBrand ()Ljava/lang/String;
2018-11-07 11:37:58 -05:00
METHOD x getStats ()Lxk;
2018-10-26 14:57:13 -04:00
METHOD y getPermissionLevel ()I
2018-11-07 11:37:58 -05:00
METHOD z getRecipeBook ()Lclr;