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

93 lines
2.7 KiB
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS ahf net/minecraft/entity/mob/MobEntity
FIELD a MOB_FLAGS Lpr;
FIELD bA targetSelector Lajc;
FIELD bB handDropChances [F
FIELD bC armorDropChances [F
FIELD bD visibilityCache Lall;
FIELD bE handItems Lfh;
FIELD bF armorItems Lfh;
FIELD bG pickUpLoot Z
FIELD bH persistent Z
FIELD bI pathNodeTypeWeights Ljava/util/Map;
FIELD bJ lootTable Lqc;
FIELD bK lootTableSeed J
FIELD bL leashed Z
FIELD b bodyControl Laib;
FIELD bM holdingEntity Lagv;
FIELD bN leashTag Lhs;
FIELD b_ experiencePoints I
2018-12-12 12:12:26 -05:00
FIELD bw moveControl Laih;
FIELD bx jumpControl Laif;
FIELD by navigation Lalg;
FIELD bz goalSelector Lajc;
FIELD c target Lahe;
FIELD f lookControl Laig;
2018-12-12 12:22:18 -05:00
METHOD <init> (Lagz;Lbbp;)V
2018-11-28 15:24:24 -05:00
ARG 1 type
2018-12-03 07:33:56 -05:00
METHOD A playAmbientSound ()V
2018-12-12 12:12:26 -05:00
METHOD D getAmbientSound ()Lxm;
METHOD F getLootTableId ()Lqc;
2018-12-12 12:22:18 -05:00
METHOD G ()Z
2018-12-12 12:12:26 -05:00
METHOD H checkDespawn ()V
METHOD I mobTick ()V
METHOD N getLimitPerChunk ()I
METHOD P setPersistent ()V
METHOD W_ update ()V
2017-06-08 10:01:49 -04:00
METHOD Y updateLogic ()V
2018-12-12 12:12:26 -05:00
METHOD a initEquipment (Lafn;)V
METHOD a dropEquipment (Lage;IZ)V
METHOD a startRiding (Lagv;Z)Z
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-12-12 12:12:26 -05:00
METHOD a setEquipmentDropChance (Laha;F)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a setEquippedStack (Laha;Lawo;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a canBeLeashedBy (Larb;)Z
METHOD a interactMob (Larb;Lafo;)Z
2018-11-04 07:22:38 -05:00
ARG 1 player
2018-12-12 12:12:26 -05:00
METHOD a (Lbbq;Lafn;Lahh;Lahp;Lhs;)Lahp;
2018-11-07 11:37:58 -05:00
ARG 3 difficulty
2018-12-12 12:12:26 -05:00
METHOD a getPathNodeTypeWeight (Lchg;)F
METHOD a setPathNodeTypeWeight (Lchg;F)V
2018-11-04 07:22:38 -05:00
ARG 1 type
2018-12-12 12:12:26 -05:00
METHOD a readCustomDataFromTag (Lhs;)V
2016-09-18 04:03:00 -04:00
METHOD a detachLeash (ZZ)V
2018-11-04 07:22:38 -05:00
ARG 1 sendPacket
METHOD aU getItemsHand ()Ljava/lang/Iterable;
METHOD aV getItemsArmor ()Ljava/lang/Iterable;
2018-12-12 12:12:26 -05:00
METHOD b attachLeash (Lagv;Z)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-12-12 12:12:26 -05:00
METHOD b getEquippedStack (Laha;)Lawo;
METHOD b interact (Larb;Lafo;)Z
2018-11-04 07:22:38 -05:00
ARG 1 player
2018-12-12 12:12:26 -05:00
METHOD b createNavigation (Lbbp;)Lalg;
METHOD b writeCustomDataToTag (Lhs;)V
METHOD b canTrack (Ljava/lang/Class;)Z
2018-12-05 09:11:37 -05:00
METHOD bo getSafeFallDistance ()I
2018-12-12 12:12:26 -05:00
METHOD cW getMainHand ()Lahd;
2018-12-05 09:11:37 -05:00
METHOD ca initAttributes ()V
METHOD d getCurrentExperience (Larb;)I
2018-12-12 12:12:26 -05:00
METHOD dk canPickUpLoot ()Z
METHOD dl isPersistent ()Z
METHOD dn isLeashed ()Z
METHOD do getHoldingEntity ()Lagv;
METHOD dp isAiDisabled ()Z
METHOD dq isLeftHanded ()Z
METHOD ds deserializeLeashTag ()V
METHOD e getPreferredEquipmentSlot (Lawo;)Laha;
2017-05-13 02:02:51 -04:00
ARG 0 stack
2018-12-12 12:12:26 -05:00
METHOD f setTarget (Lahe;)V
METHOD k updateMovement ()V
2018-12-12 12:22:18 -05:00
METHOD n ()V
2018-12-12 12:12:26 -05:00
METHOD o createBodyControl ()Laib;
METHOD p getLookControl ()Laig;
METHOD p setCanPickUpLoot (Z)V
METHOD q setAiDisabled (Z)V
2018-12-12 12:12:26 -05:00
METHOD r getMoveControl ()Laih;
METHOD r setLeftHanded (Z)V
2018-12-12 12:12:26 -05:00
METHOD s getJumpControl ()Laif;
METHOD t getNavigation ()Lalg;
METHOD u getVisibilityCache ()Lall;
METHOD v getTarget ()Lahe;
2018-12-05 09:11:37 -05:00
METHOD y_ initDataTracker ()V