yarn/mappings/net/minecraft/entity/player/PlayerEntity.mapping

128 lines
4.0 KiB
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS aun net/minecraft/entity/player/PlayerEntity
2019-03-14 15:41:19 -04:00
CLASS aun$a SleepResult
2019-03-14 11:39:51 -04:00
FIELD a INVALID_WORLD Laun$a;
FIELD b WRONG_TIME Laun$a;
FIELD c TOO_FAR_AWAY Laun$a;
FIELD e INVALID_ATTEMPT Laun$a;
FIELD f NOT_SAFE Laun$a;
FIELD bA containerPlayer Laxp;
FIELD bB container Laws;
FIELD bC hungerManager Lawo;
FIELD b SIZES Ljava/util/Map;
2019-03-14 08:57:09 -04:00
FIELD bN isInWater Z
2019-03-14 11:39:51 -04:00
FIELD bO abilities Lauk;
2019-03-14 08:57:09 -04:00
FIELD bP experience I
FIELD bQ experienceLevel I
FIELD bR experienceBarProgress F
FIELD bS enchantmentTableSeed I
2019-03-14 11:39:51 -04:00
FIELD bU fishHook Lasb;
2019-03-14 08:57:09 -04:00
FIELD bV spawnForced Z
FIELD bX gameProfile Lcom/mojang/authlib/GameProfile;
FIELD bY reducedDebugInfo Z
FIELD bt STANDING_SIZE Lahx;
FIELD bu PLAYER_MODEL_BIT_MASK Lqe;
FIELD bv MAIN_HAND Lqe;
FIELD bw LEFT_SHOULDER_ENTITY Lqe;
FIELD bx RIGHT_SHOULDER_ENTITY Lqe;
2019-03-14 11:39:51 -04:00
FIELD by inventory Laum;
FIELD bz enderChestInventory Laxx;
2019-03-14 08:57:09 -04:00
FIELD c ABSORPTION_AMOUNT Lqe;
FIELD ca itemCooldownManager Lban;
FIELD d SCORE Lqe;
2019-02-20 15:49:23 -05:00
FIELD e sleepTimer I
2019-03-14 08:57:09 -04:00
FIELD g spawnPosition Leu;
2019-03-14 11:39:51 -04:00
METHOD a sendVillagerRecipes (ILbfc;IIZ)V
2019-01-12 06:41:47 -05:00
ARG 1 syncId
2019-03-14 08:57:09 -04:00
METHOD a openContainer (Lagu;)Ljava/util/OptionalInt;
METHOD a addCritParticles (Lahw;)V
METHOD a interact (Lahw;Lagq;)Lagr;
2018-11-04 07:22:38 -05:00
ARG 1 entity
2019-03-14 08:57:09 -04:00
METHOD a setMainHand (Laie;)V
2019-03-14 11:39:51 -04:00
METHOD a openHorseInventory (Laqk;Lagk;)V
METHOD a shouldDamagePlayer (Laun;)Z
METHOD a isSkinOverlayVisible (Lauo;)Z
2019-03-14 08:57:09 -04:00
METHOD a openEditBookScreen (Lbar;Lagq;)V
2019-03-14 11:39:51 -04:00
METHOD a dropItem (Lbar;Z)Lasg;
2018-11-04 07:22:38 -05:00
ARG 1 stack
2019-03-14 11:39:51 -04:00
METHOD a dropItem (Lbar;ZZ)Lasg;
2018-11-04 07:22:38 -05:00
ARG 1 stack
2019-03-14 11:39:51 -04:00
METHOD a openCommandBlockMinecartScreen (Lbfe;)V
METHOD a setGameMode (Lbfu;)V
METHOD a openCommandBlockScreen (Lbse;)V
METHOD a openJigsawScreen (Lbsp;)V
METHOD a openEditSignScreen (Lbsv;)V
METHOD a openStructureBlockScreen (Lbsz;)V
METHOD a getUuidFromProfile (Lcom/mojang/authlib/GameProfile;)Ljava/util/UUID;
2017-05-13 02:02:51 -04:00
ARG 0 profile
2019-03-14 08:57:09 -04:00
METHOD a trySleep (Leu;)Lcom/mojang/datafixers/util/Either;
METHOD a isWithinSleepingRange (Leu;Lez;)Z
2018-11-04 07:22:38 -05:00
ARG 1 sleepPos
2019-03-14 08:57:09 -04:00
METHOD a canPlaceBlock (Leu;Lez;Lbar;)Z
2018-11-04 07:22:38 -05:00
ARG 1 pos
ARG 2 side
2019-03-14 08:57:09 -04:00
METHOD a spawnParticles (Lgc;)V
METHOD a unlockRecipes (Ljava/util/Collection;)I
ARG 1 recipes
2019-03-14 08:57:09 -04:00
METHOD a addChatMessage (Ljl;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 message
2019-03-14 08:57:09 -04:00
METHOD a increaseStat (Lqp;)V
METHOD a playSound (Lyf;Lyh;FF)V
METHOD a resetStat (Lym;)V
METHOD a incrementStat (Lym;I)V
2018-11-04 07:22:38 -05:00
ARG 1 stat
2019-02-10 02:49:48 -05:00
METHOD a wakeUp (ZZZ)V
2019-03-14 08:57:09 -04:00
METHOD a unlockRecipes ([Lqp;)V
ARG 1 ids
2019-03-14 08:57:09 -04:00
METHOD b addEnchantedHitParticles (Lahw;)V
2019-03-14 11:39:51 -04:00
METHOD b getBlockBreakingSpeed (Lbtw;)F
2019-03-14 08:57:09 -04:00
METHOD b setPlayerSpawn (Leu;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 pos
METHOD b lockRecipes (Ljava/util/Collection;)I
ARG 1 recipes
2019-03-14 08:57:09 -04:00
METHOD b incrementStat (Lym;)V
METHOD c collideWithEntity (Lahw;)V
2019-03-14 11:39:51 -04:00
METHOD c isUsingEffectiveTool (Lbtw;)Z
METHOD c getOfflinePlayerUuid (Ljava/lang/String;)Ljava/util/UUID;
2017-05-13 02:02:51 -04:00
ARG 0 nickname
METHOD d addExperience (I)V
2019-02-27 13:17:22 -05:00
METHOD dA requestRespawn ()V
METHOD dC getGameProfile ()Lcom/mojang/authlib/GameProfile;
METHOD dD isSleepingLongEnough ()Z
METHOD dE getSleepTimer ()I
2019-03-14 08:57:09 -04:00
METHOD dF getSpawnPosition ()Leu;
2019-02-27 13:17:22 -05:00
METHOD dG isSpawnForced ()Z
METHOD dH getEnchantmentTableSeed ()I
2019-03-14 11:39:51 -04:00
METHOD dJ getHungerManager ()Lawo;
2019-02-27 13:17:22 -05:00
METHOD dK canFoodHeal ()Z
METHOD dL canModifyWorld ()Z
2019-03-14 11:39:51 -04:00
METHOD dM getEnderChestInventory ()Laxx;
2019-02-27 13:17:22 -05:00
METHOD dN dropShoulderEntities ()V
2019-03-14 11:39:51 -04:00
METHOD dO getScoreboard ()Lcrg;
2019-02-27 13:17:22 -05:00
METHOD dQ getReducedDebugInfo ()Z
2019-03-14 08:57:09 -04:00
METHOD dR getShoulderEntityLeft ()Lia;
METHOD dS getShoulderEntityRight ()Lia;
METHOD dV getItemCooldownManager ()Lban;
2019-02-27 13:17:22 -05:00
METHOD dW getLuck ()F
METHOD dX isCreativeLevelTwoOp ()Z
METHOD dv updateInWater ()Z
METHOD dw updateSize ()V
METHOD dx getScore ()I
METHOD dy vanishCursedItems ()V
2019-03-14 08:57:09 -04:00
METHOD f attack (Lahw;)V
METHOD g createCooldownManager ()Lban;
METHOD h giveItemStack (Lbar;)Z
ARG 1 stack
2019-03-14 08:57:09 -04:00
METHOD h setShoulderEntityLeft (Lia;)V
METHOD i setShoulderEntityRight (Lia;)V
METHOD j updateShoulderEntity (Lia;)V
METHOD l updateTurtleHelmet ()V
METHOD n updateBubbleColumn ()V
2019-03-14 11:39:51 -04:00
METHOD n dropSelectedItem (Z)Lasg;
2019-01-24 11:47:45 -05:00
METHOD p canConsume (Z)Z
2018-12-05 09:11:37 -05:00
METHOD q setScore (I)V
2019-01-24 11:47:45 -05:00
METHOD q setReducedDebugInfo (Z)V
2019-03-14 08:57:09 -04:00
METHOD r addExhaustion (F)V
2018-12-05 09:11:37 -05:00
METHOD r addScore (I)V
2019-01-24 11:47:45 -05:00
METHOD t_ closeGui ()V
METHOD u isCreative ()Z