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

127 lines
4.0 KiB
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS arz net/minecraft/entity/player/PlayerEntity
CLASS arz$a SleepResult
FIELD a SUCCESS Larz$a;
FIELD b INVALID_WORLD Larz$a;
FIELD c WRONG_TIME Larz$a;
FIELD d TOO_FAR_AWAY Larz$a;
FIELD e INVALID_ATTEMPT Larz$a;
FIELD f NOT_SAFE Larz$a;
FIELD bA container Latu;
FIELD bB hungerManager Lats;
FIELD b SIZES Ljava/util/Map;
2019-02-21 13:19:18 -05:00
FIELD bM isInWater Z
FIELD bN abilities Larw;
FIELD bO experience I
FIELD bP experienceLevel I
FIELD bQ experienceBarProgress F
FIELD bR enchantmentTableSeed I
FIELD bT fishHook Lapn;
FIELD bU spawnForced Z
FIELD bW gameProfile Lcom/mojang/authlib/GameProfile;
FIELD bX reducedDebugInfo Z
FIELD bZ itemCooldownManager Laxt;
FIELD bs STANDING_SIZE Lahn;
FIELD bt PLAYER_MODEL_BIT_MASK Lpx;
FIELD bu MAIN_HAND Lpx;
FIELD bv LEFT_SHOULDER_ENTITY Lpx;
FIELD bw RIGHT_SHOULDER_ENTITY Lpx;
FIELD bx inventory Lary;
FIELD by enderChestInventory Lava;
FIELD bz containerPlayer Laur;
2019-02-20 15:49:23 -05:00
FIELD c ABSORPTION_AMOUNT Lpx;
FIELD d SCORE Lpx;
FIELD e sleepTimer I
FIELD g spawnPosition Les;
2019-02-21 13:19:18 -05:00
METHOD a sendVillagerRecipes (ILbck;)V
2019-01-12 06:41:47 -05:00
ARG 1 syncId
2019-02-13 12:35:08 -05:00
METHOD a openContainer (Lagk;)Ljava/util/OptionalInt;
2019-02-21 13:19:18 -05:00
METHOD a addCritParticles (Lahm;)V
METHOD a interact (Lahm;Lagg;)Lagh;
2018-11-04 07:22:38 -05:00
ARG 1 entity
2019-02-21 13:19:18 -05:00
METHOD a setMainHand (Lahu;)V
METHOD a openHorseInventory (Lanw;Laga;)V
METHOD a shouldDamagePlayer (Larz;)Z
METHOD a isSkinOverlayVisible (Lasa;)Z
METHOD a openEditBookScreen (Laxx;Lagg;)V
METHOD a dropItem (Laxx;Z)Laps;
2018-11-04 07:22:38 -05:00
ARG 1 stack
2019-02-21 13:19:18 -05:00
METHOD a dropItem (Laxx;ZZ)Laps;
2018-11-04 07:22:38 -05:00
ARG 1 stack
2019-02-21 13:19:18 -05:00
METHOD a openCommandBlockMinecartScreen (Lbcm;)V
METHOD a setGameMode (Lbdc;)V
METHOD a openCommandBlockScreen (Lbpm;)V
METHOD a openJigsawScreen (Lbpx;)V
METHOD a openEditSignScreen (Lbqd;)V
METHOD a openStructureBlockScreen (Lbqh;)V
METHOD a getUuidFromProfile (Lcom/mojang/authlib/GameProfile;)Ljava/util/UUID;
2017-05-13 02:02:51 -04:00
ARG 0 profile
2019-02-21 13:19:18 -05:00
METHOD a trySleep (Les;)Larz$a;
2019-02-20 15:49:23 -05:00
METHOD a isWithinSleepingRange (Les;Lex;)Z
2018-11-04 07:22:38 -05:00
ARG 1 sleepPos
2019-02-21 13:19:18 -05:00
METHOD a canPlaceBlock (Les;Lex;Laxx;)Z
2018-11-04 07:22:38 -05:00
ARG 1 pos
ARG 2 side
2019-02-20 15:49:23 -05:00
METHOD a spawnParticles (Lfz;)V
METHOD a unlockRecipes (Ljava/util/Collection;)I
ARG 1 recipes
2019-02-20 15:49:23 -05:00
METHOD a addChatMessage (Lji;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 message
2019-02-20 15:49:23 -05:00
METHOD a increaseStat (Lqi;)V
METHOD a playSound (Lxy;Lya;FF)V
METHOD a resetStat (Lyf;)V
METHOD a incrementStat (Lyf;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-02-20 15:49:23 -05:00
METHOD a unlockRecipes ([Lqi;)V
ARG 1 ids
2019-02-21 13:19:18 -05:00
METHOD b addEnchantedHitParticles (Lahm;)V
METHOD b getBlockBreakingSpeed (Lbre;)F
2019-02-13 12:35:08 -05:00
METHOD b setPlayerSpawn (Les;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 pos
METHOD b lockRecipes (Ljava/util/Collection;)I
ARG 1 recipes
2019-02-20 15:49:23 -05:00
METHOD b incrementStat (Lyf;)V
2019-02-21 13:19:18 -05:00
METHOD c collideWithEntity (Lahm;)V
METHOD c isUsingEffectiveTool (Lbre;)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
METHOD dF getSpawnPosition ()Les;
METHOD dG isSpawnForced ()Z
METHOD dH getEnchantmentTableSeed ()I
METHOD dJ getHungerManager ()Lats;
METHOD dK canFoodHeal ()Z
METHOD dL canModifyWorld ()Z
METHOD dM getEnderChestInventory ()Lava;
METHOD dN dropShoulderEntities ()V
METHOD dO getScoreboard ()Lcol;
METHOD dQ getReducedDebugInfo ()Z
METHOD dR getShoulderEntityLeft ()Lhx;
METHOD dS getShoulderEntityRight ()Lhx;
METHOD dV getItemCooldownManager ()Laxt;
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-02-21 13:19:18 -05:00
METHOD f attack (Lahm;)V
METHOD g createCooldownManager ()Laxt;
2019-02-20 15:49:23 -05:00
METHOD h setShoulderEntityLeft (Lhx;)V
METHOD i setShoulderEntityRight (Lhx;)V
METHOD j updateShoulderEntity (Lhx;)V
METHOD l updateTurtleHelmet ()V
METHOD n updateBubbleColumn ()V
2019-02-21 13:19:18 -05:00
METHOD n dropSelectedItem (Z)Laps;
2019-01-24 11:47:45 -05:00
METHOD p canConsume (Z)Z
2019-01-17 18:35:46 -05:00
METHOD q addExhaustion (F)V
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
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