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

16 lines
505 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS aqb 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-07 07:45:25 -04:00
METHOD a getNearestHostile (Laiu;)Ljava/util/Optional;
ARG 1 entity
2019-06-07 07:45:25 -04:00
METHOD a isCloseEnoughForDanger (Laiu;Laiu;)Z
ARG 1 entity
ARG 2 hostile
2019-06-07 07:45:25 -04:00
METHOD a compareDistances (Laiu;Laiu;Laiu;)I
ARG 1 entity
ARG 2 hostile1
ARG 3 hostile2
2019-06-07 07:45:25 -04:00
METHOD b getVisibleMobs (Laiu;)Ljava/util/Optional;
ARG 1 entity
2019-06-07 07:45:25 -04:00
METHOD c isHostile (Laiu;)Z
ARG 1 entity