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

58 lines
1.7 KiB
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS dan net/minecraft/client/player/EntityPlayerClient
FIELD ci stats Lxm;
FIELD cj recipeBook Lcmr;
FIELD cl clientPermissionLevel I
FIELD cw serverBrand Ljava/lang/String;
2018-11-15 12:05:03 -05:00
FIELD d networkHandler Lcyh;
FIELD f game Lcmx;
METHOD S_ update ()V
METHOD T_ stopRiding ()V
METHOD a setClientPermissionLevel (I)V
2018-11-15 12:05:03 -05:00
METHOD a openInventory (Laep;)V
METHOD a swingHand (Laev;)V
METHOD a openContainer (Laew;)V
METHOD a damage (Lafl;F)Z
2018-11-04 07:22:38 -05:00
ARG 1 source
2018-11-15 12:05:03 -05:00
METHOD a copyEntityData (Lagc;)V
METHOD a startRiding (Lagc;Z)Z
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-11-15 12:05:03 -05:00
METHOD a move (Lagq;DDD)V
2018-11-04 07:22:38 -05:00
ARG 2 x
2018-11-15 12:05:03 -05:00
METHOD a openHorseInventory (Lame;Laep;)V
METHOD a spawnEntityItem (Laoc;)Lavf;
METHOD a openBookEditor (Lavf;Laev;)V
METHOD a openVillagerGui (Lazi;)V
METHOD a openCommandBlockMinecart (Lazm;)V
METHOD a openCommandBlock (Lbmg;)V
METHOD a openSignEditor (Lbmy;)V
METHOD a openStructureBlock (Lbnc;)V
2018-11-07 11:37:58 -05:00
METHOD a appendCommandFeedback (Liz;)V
METHOD a addChatMessage (Liz;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 message
2018-11-15 12:05:03 -05:00
METHOD a onTrackedDataSet (Lpm;)V
METHOD a playSoundAtEntity (Lxb;FF)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
ARG 2 volume
2018-11-15 12:05:03 -05:00
METHOD a dropSelectedItem (Z)Laoc;
METHOD bb isSneaking ()Z
METHOD c heal (F)V
2018-11-15 12:05:03 -05:00
METHOD c setCurrentHand (Laev;)V
METHOD c removePotionEffect (Lafu;)Lafv;
METHOD cZ getActiveHand ()Laev;
2018-11-18 02:22:10 -05:00
METHOD d applyDamage (Lafl;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
2018-11-09 06:34:44 -05:00
METHOD p closeGuiClient ()V
METHOD s updateHealth (F)V
METHOD v openRidingInventory ()V
METHOD w getServerBrand ()Ljava/lang/String;
2018-11-15 12:05:03 -05:00
METHOD x getStats ()Lxm;
2018-11-09 06:34:44 -05:00
METHOD x_ closeGui ()V
2018-10-26 14:57:13 -04:00
METHOD y getPermissionLevel ()I
2018-11-15 12:05:03 -05:00
METHOD z getRecipeBook ()Lcmr;