yarn/mappings/net/minecraft/entity/mob/EntityMob.mapping

79 lines
2.1 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS ul net/minecraft/entity/mob/EntityMob
FIELD a MOB_FLAGS Llx;
2016-09-18 04:03:00 -04:00
FIELD bA persistent Z
FIELD bB pathNodeTypeWeights Ljava/util/Map;
2017-04-05 07:31:24 -04:00
FIELD bC lootTable Lmd;
FIELD bD lootTableSeed J
2016-08-23 09:24:22 -04:00
FIELD bE leashed Z
2017-04-05 07:31:24 -04:00
FIELD bF holdingEntity Lub;
FIELD bG leashTag Lfc;
FIELD b actionLook Lvk;
FIELD b_ experiencePoints I
2017-04-05 07:31:24 -04:00
FIELD br goalSelector Lwa;
FIELD bs targetSelector Lwa;
2016-08-23 09:24:22 -04:00
FIELD bt handDropChances [F
FIELD bu armorDropChances [F
2017-04-05 07:31:24 -04:00
FIELD bv target Luk;
FIELD bw visibilityCache Lyd;
FIELD bx handItems Lem;
FIELD by armorItems Lem;
2016-08-23 09:24:22 -04:00
FIELD bz pickUpLoot Z
2017-04-05 07:31:24 -04:00
FIELD f actionMove Lvl;
FIELD g actionJump Lvj;
FIELD h navigation Lxy;
2017-04-05 08:32:34 -04:00
METHOD B_ ()V
METHOD D playSoundAmbient ()V
2017-04-05 07:31:24 -04:00
METHOD G getSoundAmbient ()Lpb;
METHOD I getLootItem ()Lahd;
METHOD J getLootTableId ()Lmd;
2016-10-16 11:00:41 -04:00
METHOD L checkDespawn ()V
METHOD M mobTick ()V
2017-04-05 08:32:34 -04:00
METHOD V ()V
2017-04-05 07:31:24 -04:00
METHOD a canBeLeashedBy (Lacu;)Z
METHOD a interactMob (Lacu;Lsw;)Z
METHOD a getPathNodeTypeWeight (Lbcs;)F
METHOD a setPathNodeTypeWeight (Lbcs;F)V
2017-04-05 08:32:34 -04:00
METHOD a (Lfc;)V
2017-04-05 07:31:24 -04:00
METHOD a registerTagUpgradersFor (Lqv;Ljava/lang/Class;)V
METHOD a initEquipment (Lsv;)V
2017-04-05 08:32:34 -04:00
METHOD a (Lub;Z)Z
2017-04-05 07:31:24 -04:00
METHOD a setEquipmentDropChance (Lug;F)V
2017-04-05 08:32:34 -04:00
METHOD a (Lug;Lahf;)V
METHOD a (ZI)V
METHOD a (ZILtm;)V
2016-09-18 04:03:00 -04:00
METHOD a detachLeash (ZZ)V
2017-04-05 08:32:34 -04:00
METHOD aJ ()Ljava/lang/Iterable;
METHOD aK ()Ljava/lang/Iterable;
METHOD b (Lacu;Lsw;)Z
2017-04-05 07:31:24 -04:00
METHOD b createNavigation (Lali;)Lxy;
2017-04-05 08:32:34 -04:00
METHOD b (Lfc;)V
2017-04-05 07:31:24 -04:00
METHOD b attachLeash (Lub;Z)V
2017-04-05 08:32:34 -04:00
METHOD b (Lug;)Lahf;
METHOD b (ZI)V
METHOD bH ()V
METHOD cA ()Luj;
2017-04-05 07:31:24 -04:00
METHOD cO canSpawn ()Z
METHOD cS getLimitPerChunk ()I
METHOD cU setPersistent ()V
METHOD cV canPickUpLoot ()Z
METHOD cW isPersistent ()Z
METHOD cY isLeashed ()Z
METHOD cZ getHoldingEntity ()Lub;
METHOD d getPreferredEquipmentSlot (Lahf;)Lug;
METHOD d setTarget (Luk;)V
METHOD da isAiDisabled ()Z
METHOD db isLeftHanded ()Z
METHOD dc deserializeLeashTag ()V
2017-04-05 08:32:34 -04:00
METHOD i ()V
2016-08-23 09:24:22 -04:00
METHOD m setCanPickUpLoot (Z)V
2017-04-05 08:32:34 -04:00
METHOD n ()V
METHOD n setAiDisabled (Z)V
2016-08-23 09:24:22 -04:00
METHOD o setLeftHanded (Z)V
2017-04-05 08:32:34 -04:00
METHOD r ()V
2017-04-05 07:31:24 -04:00
METHOD t getActionLook ()Lvk;
METHOD v getActionMove ()Lvl;
METHOD w getActionJump ()Lvj;
METHOD x getNavigation ()Lxy;
METHOD y getVisibilityCache ()Lyd;
METHOD z getTarget ()Luk;