yarn/mappings/net/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask.mapping

24 lines
939 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_4243 net/minecraft/entity/ai/brain/task/GiveGiftsToHeroTask
FIELD field_18984 GIFTS Ljava/util/Map;
FIELD field_18985 ticksLeft I
FIELD field_18986 done Z
FIELD field_18987 startTime J
2019-03-29 03:04:08 -04:00
METHOD <init> (I)V
ARG 1 delay
2019-06-28 17:55:20 -04:00
METHOD method_19956 getGifts (Lnet/minecraft/class_1646;)Ljava/util/List;
2019-03-29 03:04:08 -04:00
ARG 1 villager
2019-06-28 17:55:20 -04:00
METHOD method_19957 giveGifts (Lnet/minecraft/class_1646;Lnet/minecraft/class_1309;)V
2019-03-29 03:04:08 -04:00
ARG 1 villager
ARG 2 recipient
2019-06-28 17:55:20 -04:00
METHOD method_19958 isCloseEnough (Lnet/minecraft/class_1646;Lnet/minecraft/class_1657;)Z
2019-03-29 03:04:08 -04:00
ARG 1 villager
ARG 2 player
2019-06-28 17:55:20 -04:00
METHOD method_19959 isHero (Lnet/minecraft/class_1657;)Z
2019-03-29 03:04:08 -04:00
ARG 1 player
2019-06-28 17:55:20 -04:00
METHOD method_19961 getNextGiftDelay (Lnet/minecraft/class_3218;)I
2019-03-29 03:04:08 -04:00
ARG 0 world
2019-06-28 17:55:20 -04:00
METHOD method_19964 isNearestPlayerHero (Lnet/minecraft/class_1646;)Z
2019-03-29 03:04:08 -04:00
ARG 1 villager
2019-06-28 17:55:20 -04:00
METHOD method_19966 getNearestPlayerIfHero (Lnet/minecraft/class_1646;)Ljava/util/Optional;
2019-03-29 03:04:08 -04:00
ARG 1 villager