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

79 lines
2.4 KiB
Plaintext

CLASS ul net/minecraft/entity/mob/EntityMob
FIELD a MOB_FLAGS Llx;
FIELD bA persistent Z
FIELD bB pathNodeTypeWeights Ljava/util/Map;
FIELD bC lootTable Lmd;
FIELD bD lootTableSeed J
FIELD bE leashed Z
FIELD bF holdingEntity Lub;
FIELD bG leashTag Lfc;
FIELD b actionLook Lvk;
FIELD b_ experiencePoints I
FIELD br goalSelector Lwa;
FIELD bs targetSelector Lwa;
FIELD bt handDropChances [F
FIELD bu armorDropChances [F
FIELD bv target Luk;
FIELD bw visibilityCache Lyd;
FIELD bx handItems Lem;
FIELD by armorItems Lem;
FIELD bz pickUpLoot Z
FIELD f actionMove Lvl;
FIELD g actionJump Lvj;
FIELD h navigation Lxy;
METHOD B_ update ()V
METHOD D playSoundAmbient ()V
METHOD G getSoundAmbient ()Lpb;
METHOD I getLootItem ()Lahd;
METHOD J getLootTableId ()Lmd;
METHOD L checkDespawn ()V
METHOD M mobTick ()V
METHOD V updateLogic ()V
METHOD a canBeLeashedBy (Lacu;)Z
METHOD a interactMob (Lacu;Lsw;)Z
METHOD a getPathNodeTypeWeight (Lbcs;)F
METHOD a setPathNodeTypeWeight (Lbcs;F)V
METHOD a deserializeCustomData (Lfc;)V
METHOD a registerTagUpgradersFor (Lqv;Ljava/lang/Class;)V
METHOD a initEquipment (Lsv;)V
METHOD a startRiding (Lub;Z)Z
METHOD a setEquipmentDropChance (Lug;F)V
METHOD a setEquippedStack (Lug;Lahf;)V
METHOD a dropEquipment (ZI)V
METHOD a dropLoot (ZILtm;)V
METHOD a detachLeash (ZZ)V
METHOD aJ getItemsHand ()Ljava/lang/Iterable;
METHOD aK getItemsArmor ()Ljava/lang/Iterable;
METHOD b interact (Lacu;Lsw;)Z
METHOD b createNavigation (Lali;)Lxy;
METHOD b serializeCustomData (Lfc;)V
METHOD b attachLeash (Lub;Z)V
METHOD b getEquippedStack (Lug;)Lahf;
METHOD b dropDefaultLoot (ZI)V
METHOD bH initAttributes ()V
METHOD cA getMainHand ()Luj;
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
METHOD i initDataTracker ()V
METHOD m setCanPickUpLoot (Z)V
METHOD n updateMovement ()V
METHOD n setAiDisabled (Z)V
METHOD o setLeftHanded (Z)V
METHOD r initAi ()V
METHOD t getActionLook ()Lvk;
METHOD v getActionMove ()Lvl;
METHOD w getActionJump ()Lvj;
METHOD x getNavigation ()Lxy;
METHOD y getVisibilityCache ()Lyd;
METHOD z getTarget ()Luk;