yarn/mappings/net/minecraft/entity/ai/brain/sensor/VillagerHostilesSensor.mapping

16 lines
505 B
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS apz net/minecraft/entity/ai/brain/sensor/VillagerHostilesSensor
2019-05-07 12:05:49 -04:00
FIELD a SQUARED_DISTANCES_FOR_DANGER Lcom/google/common/collect/ImmutableMap;
2019-06-03 12:48:18 -04:00
METHOD a getNearestHostile (Lais;)Ljava/util/Optional;
ARG 1 entity
2019-06-03 12:48:18 -04:00
METHOD a isCloseEnoughForDanger (Lais;Lais;)Z
ARG 1 entity
ARG 2 hostile
2019-06-03 12:48:18 -04:00
METHOD a compareDistances (Lais;Lais;Lais;)I
ARG 1 entity
ARG 2 hostile1
ARG 3 hostile2
2019-06-03 12:48:18 -04:00
METHOD b getVisibleMobs (Lais;)Ljava/util/Optional;
ARG 1 entity
2019-06-03 12:48:18 -04:00
METHOD c isHostile (Lais;)Z
ARG 1 entity