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

58 lines
1.7 KiB
Plaintext
Raw Normal View History

2018-11-27 13:42:03 -05:00
CLASS dbb net/minecraft/client/player/ClientPlayerEntity
2018-11-21 11:58:05 -05:00
FIELD ci stats Lxn;
FIELD cj recipeBook Lcnf;
FIELD cl clientPermissionLevel I
FIELD cw serverBrand Ljava/lang/String;
2018-11-21 11:58:05 -05:00
FIELD d networkHandler Lcyv;
FIELD f game Lcnl;
METHOD V_ update ()V
METHOD W_ stopRiding ()V
METHOD a setClientPermissionLevel (I)V
2018-11-21 11:58:05 -05:00
METHOD a openInventory (Laer;)V
METHOD a swingHand (Laex;)V
METHOD a openContainer (Laey;)V
METHOD a damage (Lafn;F)Z
2018-11-04 07:22:38 -05:00
ARG 1 source
2018-11-21 11:58:05 -05:00
METHOD a copyEntityData (Lage;)V
METHOD a startRiding (Lage;Z)Z
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-11-21 11:58:05 -05:00
METHOD a move (Lags;DDD)V
2018-11-04 07:22:38 -05:00
ARG 2 x
2018-11-21 11:58:05 -05:00
METHOD a openHorseInventory (Lamj;Laer;)V
METHOD a spawnEntityItem (Laoh;)Lavn;
METHOD a openBookEditor (Lavn;Laex;)V
METHOD a openVillagerGui (Lazq;)V
METHOD a openCommandBlockMinecart (Lazu;)V
METHOD a openCommandBlock (Lbmo;)V
METHOD a openSignEditor (Lbng;)V
METHOD a openStructureBlock (Lbnk;)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
2018-11-21 11:58:05 -05:00
METHOD a playSoundAtEntity (Lxc;FF)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
ARG 2 volume
2018-11-21 11:58:05 -05:00
METHOD a dropSelectedItem (Z)Laoh;
METHOD bb isSneaking ()Z
METHOD c heal (F)V
2018-11-21 11:58:05 -05:00
METHOD c setCurrentHand (Laex;)V
METHOD c removePotionEffect (Lafw;)Lafx;
METHOD cZ getActiveHand ()Laex;
METHOD d applyDamage (Lafn;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-21 11:58:05 -05:00
METHOD x getStats ()Lxn;
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-21 11:58:05 -05:00
METHOD z getRecipeBook ()Lcnf;