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

167 lines
5.0 KiB
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS aqj net/minecraft/entity/player/PlayerEntity
CLASS aqj$a SleepResult
FIELD a SUCCESS Laqj$a;
FIELD b INVALID_WORLD Laqj$a;
FIELD c WRONG_TIME Laqj$a;
FIELD d TOO_FAR_AWAY Laqj$a;
FIELD e INVALID_ATTEMPT Laqj$a;
FIELD f NOT_SAFE Laqj$a;
CLASS aqj$b ChatVisibility
FIELD a FULL Laqj$b;
FIELD b COMMANDS Laqj$b;
FIELD c HIDDEN Laqj$b;
FIELD e id I
FIELD f key Ljava/lang/String;
METHOD a getId ()I
2018-11-29 15:10:38 -05:00
METHOD a byId (I)Laqj$b;
METHOD b getTranslationKey ()Ljava/lang/String;
2018-11-27 13:50:51 -05:00
FIELD a ABSORPTION_AMOUNT Lpn;
2018-11-29 15:10:38 -05:00
FIELD bA enderChestInventory Lata;
FIELD bB containerPlayer Lasb;
FIELD bC container Lasb;
FIELD bD hungerManager Larz;
2018-11-27 13:50:51 -05:00
FIELD b SCORE Lpn;
FIELD bO sleeping Z
2018-11-27 13:50:51 -05:00
FIELD bP sleepingPos Let;
2018-11-29 15:10:38 -05:00
FIELD bT abilities Laqh;
FIELD bU experience I
FIELD bV experienceLevel I
FIELD bW experienceBarProgress F
FIELD bX enchantmentTableSeed I
2018-11-29 15:10:38 -05:00
FIELD bZ fishHook Laof;
2018-11-27 13:50:51 -05:00
FIELD bv SKIN_CUSTOMIZATION Lpn;
FIELD bw MAIN_HAND Lpn;
FIELD by SHOULDER_ENTITY_RIGHT Lpn;
2018-11-29 15:10:38 -05:00
FIELD bz inventory Laqi;
FIELD cE renderOffsetY F
2017-06-08 10:01:49 -04:00
FIELD c sleepTimer I
FIELD cb gameProfile Lcom/mojang/authlib/GameProfile;
FIELD cc reducedDebugInfo Z
2018-11-29 15:10:38 -05:00
FIELD ce itemCooldownManager Lavo;
2018-11-27 13:50:51 -05:00
FIELD e spawnPosition Let;
FIELD f spawnForced Z
METHOD Q getDisplayName ()Lja;
2018-11-29 15:10:38 -05:00
METHOD Q_ getName ()Lja;
METHOD U_ update ()V
METHOD V_ stopRiding ()V
2017-06-08 10:01:49 -04:00
METHOD X invalidate ()V
METHOD Z getMaxPortalTime ()I
METHOD a addExhaustion (F)V
2018-11-29 15:10:38 -05:00
METHOD a openInventory (Laev;)V
METHOD a openContainer (Lafc;)V
METHOD a canUnlock (Lafg;)Z
METHOD a onDeath (Lafr;)V
METHOD a damage (Lafr;F)Z
2018-11-04 07:22:38 -05:00
ARG 1 source
2018-11-29 15:10:38 -05:00
METHOD a copyEntityData (Lagi;)V
METHOD a interact (Lagi;Lafb;)Lafd;
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-11-29 15:10:38 -05:00
METHOD a setEquippedStack (Lagn;Lavs;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-29 15:10:38 -05:00
METHOD a setMainHand (Lagq;)V
METHOD a openHorseInventory (Lamn;Laev;)V
METHOD a spawnEntityItem (Laol;)Lavs;
METHOD a shouldDamagePlayer (Laqj;)Z
METHOD a isSkinOverlayVisible (Laqk;)Z
METHOD a openBookEditor (Lavs;Lafb;)V
METHOD a dropItem (Lavs;Z)Laol;
2018-11-04 07:22:38 -05:00
ARG 1 stack
2018-11-29 15:10:38 -05:00
METHOD a dropItem (Lavs;ZZ)Laol;
2018-11-04 07:22:38 -05:00
ARG 1 stack
2018-11-29 15:10:38 -05:00
METHOD a openVillagerGui (Lazu;)V
METHOD a openCommandBlockMinecart (Lazy;)V
METHOD a setGameMode (Lban;)V
METHOD a openCommandBlock (Lbmr;)V
METHOD a openSignEditor (Lbnj;)V
METHOD a openStructureBlock (Lbnn;)V
METHOD a getUuidFromProfile (Lcom/mojang/authlib/GameProfile;)Ljava/util/UUID;
2017-05-13 02:02:51 -04:00
ARG 0 profile
2018-11-29 15:10:38 -05:00
METHOD a trySleep (Let;)Laqj$a;
2018-11-27 13:50:51 -05:00
METHOD a isWithinSleepingRange (Let;Ley;)Z
2018-11-04 07:22:38 -05:00
ARG 1 sleepPos
2018-11-29 15:10:38 -05:00
METHOD a canPlaceBlock (Let;Ley;Lavs;)Z
2018-11-04 07:22:38 -05:00
ARG 1 pos
ARG 2 side
2018-12-03 13:09:06 -05:00
METHOD a readCustomDataFromTag (Lhp;)V
ARG 1 tag
2018-11-27 13:50:51 -05:00
METHOD a addChatMessage (Lja;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 message
2018-11-29 15:10:38 -05:00
METHOD a playSoundAtEntity (Lxf;FF)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
ARG 2 volume
2018-11-29 15:10:38 -05:00
METHOD a resetStat (Lxm;)V
METHOD a incrementStat (Lxm;I)V
2018-11-04 07:22:38 -05:00
ARG 1 stat
2018-11-29 15:10:38 -05:00
METHOD a dropSelectedItem (Z)Laol;
METHOD aI isInsideWall ()Z
METHOD aK getHeightOffset ()D
METHOD aS getDefaultPortalCooldown ()I
METHOD aU getItemsHand ()Ljava/lang/Iterable;
METHOD aV getItemsArmor ()Ljava/lang/Iterable;
2018-11-29 15:10:38 -05:00
METHOD af getSoundSwim ()Lxf;
METHOD ag getSoundSplash ()Lxf;
METHOD aw onSwimmingStart ()V
2018-11-29 15:10:38 -05:00
METHOD b getEquippedStack (Lagn;)Lavs;
METHOD b getBlockBreakingSpeed (Lboj;)F
2018-11-27 13:50:51 -05:00
METHOD b setPlayerSpawn (Let;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 pos
2018-12-03 13:09:06 -05:00
METHOD b writeCustomDataToTag (Lhp;)V
ARG 1 tag
2018-11-29 15:10:38 -05:00
METHOD b incrementStat (Lxm;)V
METHOD bB shouldRenderName ()Z
METHOD bH getEyeHeight ()F
2018-11-29 15:10:38 -05:00
METHOD bX getSoundCategory ()Lxh;
2018-11-06 14:26:53 -05:00
METHOD bd isSwimming ()Z
METHOD bj stickInWeb ()V
2018-11-07 14:46:53 -05:00
METHOD bx getEntityName ()Ljava/lang/String;
METHOD by canFly ()Z
METHOD c handleFallDamage (FF)V
2018-11-04 07:22:38 -05:00
ARG 1 fallDistance
2018-11-29 15:10:38 -05:00
METHOD c isUsingEffectiveTool (Lboj;)Z
METHOD c getOfflinePlayerUuid (Ljava/lang/String;)Ljava/util/UUID;
2017-05-13 02:02:51 -04:00
ARG 0 nickname
2018-11-07 11:37:58 -05:00
METHOD cQ isSleeping ()Z
METHOD cV getAbsorptionAmount ()F
2018-11-29 15:10:38 -05:00
METHOD cX getMainHand ()Lagq;
METHOD cb initAttributes ()V
2018-12-03 07:33:56 -05:00
METHOD cw getDeathSound ()Lxf;
METHOD d addExperience (I)V
2018-11-29 15:10:38 -05:00
METHOD d applyDamage (Lafr;F)V
2018-11-04 07:22:38 -05:00
ARG 1 damageSource
2018-11-29 15:10:38 -05:00
METHOD dB getHungerManager ()Larz;
2018-11-07 11:37:58 -05:00
METHOD dC canFoodHeal ()Z
METHOD dD canModifyWorld ()Z
2018-11-29 15:10:38 -05:00
METHOD dE getEnderChestInventory ()Lata;
METHOD dG getScoreboard ()Lclp;
2018-11-07 11:37:58 -05:00
METHOD dI getReducedDebugInfo ()Z
2018-11-27 13:50:51 -05:00
METHOD dJ getShoulderEntityLeft ()Lhp;
METHOD dK getShoulderEntityRight ()Lhp;
2018-11-29 15:10:38 -05:00
METHOD dN getItemCooldownManager ()Lavo;
2018-11-07 11:37:58 -05:00
METHOD dO getLuck ()F
METHOD dn getScore ()I
METHOD dt getGameProfile ()Lcom/mojang/authlib/GameProfile;
METHOD dw getSleepTimer ()I
2018-11-27 13:50:51 -05:00
METHOD dx getSpawnPosition ()Let;
2018-11-07 11:37:58 -05:00
METHOD dy isSpawnForced ()Z
METHOD dz getEnchantmentTableSeed ()I
2018-12-03 07:33:56 -05:00
METHOD e getHurtSound (Lafr;)Lxf;
2018-11-29 15:10:38 -05:00
METHOD e canSeePlayer (Laqj;)Z
METHOD f attack (Lagi;)V
METHOD g createCooldownManager ()Lavo;
2018-11-27 13:50:51 -05:00
METHOD h setShoulderEntityLeft (Lhp;)V
2018-11-29 15:10:38 -05:00
METHOD i pushAwayFrom (Lagi;)V
2018-11-27 13:50:51 -05:00
METHOD i setShoulderEntityRight (Lhp;)V
METHOD k updateMovement ()V
2018-12-03 07:33:56 -05:00
METHOD m getFallSound (I)Lxf;
2018-10-24 18:05:14 -04:00
METHOD n initAi ()V
2018-10-31 12:57:21 -04:00
METHOD p isShotFromCrossbow ()Z
METHOD p setScore (I)V
METHOD q setAbsorptionAmount (F)V
METHOD q addScore (I)V
METHOD q canConsume (Z)Z
METHOD r setReducedDebugInfo (Z)V
METHOD t isSpectator ()Z
METHOD u isCreative ()Z
2018-11-29 15:10:38 -05:00
METHOD w_ closeGui ()V
METHOD x_ initDataTracker ()V