yarn/mappings/net/minecraft/entity/passive/CatEntity.mapping

48 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS aqm net/minecraft/entity/passive/CatEntity
CLASS aqm$a CatFleeGoal
FIELD i entity Laqm;
CLASS aqm$b SleepWithOwnerGoal
FIELD a entity Laqm;
FIELD b owner Lavr;
2019-03-31 10:06:27 -04:00
FIELD c bedPos Lev;
FIELD d ticksOnBed I
METHOD h dropMorningGifts ()V
2019-04-10 11:36:17 -04:00
CLASS aqm$c CatTemptGoal
FIELD d cat Laqm;
2019-04-12 10:38:24 -04:00
FIELD bC TEXTURES Ljava/util/Map;
FIELD bD TAMING_INGREDIENT Lbdz;
FIELD bE CAT_TYPE Lqh;
FIELD bF SLEEPING_WITH_OWNER Lqh;
FIELD bG HEAD_DOWN Lqh;
FIELD bH COLLAR_COLOR Lqh;
FIELD bI fleeGoal Laqm$a;
FIELD bJ temptGoal Lanz;
FIELD bK sleepAnimation F
FIELD bL prevSleepAnimation F
FIELD bM tailCurlAnimation F
FIELD bN prevTailCurlAnimation F
FIELD bO headDownAnimation F
FIELD bP prevHeadDownAniamtion F
2019-04-10 11:36:17 -04:00
METHOD a setCollarColor (Lbar;)V
2019-04-05 12:03:47 -04:00
METHOD eb getTexture ()Lqs;
2019-04-03 12:16:41 -04:00
METHOD ec getCatType ()I
METHOD ed isSleepingWithOwner ()Z
METHOD ee isHeadDown ()Z
2019-04-10 11:36:17 -04:00
METHOD ef getCollarColor ()Lbar;
2019-04-03 12:16:41 -04:00
METHOD eg hiss ()V
METHOD eh updateAnimations ()V
METHOD ei updateSleepAnimation ()V
METHOD ej updateHeadDownAnimation ()V
2019-03-31 10:06:27 -04:00
METHOD r setCatType (I)V
ARG 1 type
METHOD u setSleepingWithOwner (Z)V
ARG 1 sleeping
METHOD v getSleepAnimation (F)F
ARG 1 tickDelta
METHOD v setHeadDown (Z)V
ARG 1 headDown
METHOD w getTailCurlAnimation (F)F
ARG 1 tickDelta
METHOD x getHeadDownAnimation (F)F
ARG 1 tickDelta