Class HoglinMobsSensor
java.lang.Object
net.minecraft.entity.ai.brain.sensor.Sensor<HoglinEntity>
net.minecraft.entity.ai.brain.sensor.HoglinMobsSensor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doTick
(ServerWorld p_212872_1_, HoglinEntity p_212872_2_) findNearestRepellent
(ServerWorld p_234120_1_, HoglinEntity p_234120_2_) Set<MemoryModuleType<?>>
requires()
Methods inherited from class net.minecraft.entity.ai.brain.sensor.Sensor
isEntityTargetable, tick
-
Constructor Details
-
HoglinMobsSensor
public HoglinMobsSensor()
-
-
Method Details
-
requires
- Specified by:
requires
in classSensor<HoglinEntity>
-
doTick
- Specified by:
doTick
in classSensor<HoglinEntity>
-
findNearestRepellent
-