Uses of Class
net.minecraft.entity.monster.HoglinEntity
-
Packages that use HoglinEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.ai.brain.memory net.minecraft.entity.ai.brain.sensor net.minecraft.entity.monster -
-
Uses of HoglinEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type HoglinEntity Modifier and Type Method Description ResourceLocation
HoglinRenderer. getTextureLocation(HoglinEntity p_110775_1_)
protected boolean
HoglinRenderer. isShaking(HoglinEntity p_230495_1_)
-
Uses of HoglinEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type HoglinEntity Modifier and Type Field Description static EntityType<HoglinEntity>
EntityType. HOGLIN
-
Uses of HoglinEntity in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory with type parameters of type HoglinEntity Modifier and Type Field Description static MemoryModuleType<java.util.List<HoglinEntity>>
MemoryModuleType. NEAREST_VISIBLE_ADULT_HOGLINS
static MemoryModuleType<HoglinEntity>
MemoryModuleType. NEAREST_VISIBLE_BABY_HOGLIN
static MemoryModuleType<HoglinEntity>
MemoryModuleType. NEAREST_VISIBLE_HUNTABLE_HOGLIN
-
Uses of HoglinEntity in net.minecraft.entity.ai.brain.sensor
Methods in net.minecraft.entity.ai.brain.sensor with parameters of type HoglinEntity Modifier and Type Method Description protected void
HoglinMobsSensor. doTick(ServerWorld p_212872_1_, HoglinEntity p_212872_2_)
private java.util.Optional<BlockPos>
HoglinMobsSensor. findNearestRepellent(ServerWorld p_234120_1_, HoglinEntity p_234120_2_)
-
Uses of HoglinEntity in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster with type parameters of type HoglinEntity Modifier and Type Field Description protected static com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super HoglinEntity>>>
HoglinEntity. SENSOR_TYPES
Methods in net.minecraft.entity.monster that return types with arguments of type HoglinEntity Modifier and Type Method Description protected Brain.BrainCodec<HoglinEntity>
HoglinEntity. brainProvider()
private static FirstShuffledTask<HoglinEntity>
HoglinTasks. createIdleMovementBehaviors()
Brain<HoglinEntity>
HoglinEntity. getBrain()
private static java.util.List<HoglinEntity>
HoglinTasks. getVisibleAdultHoglins(HoglinEntity p_234400_0_)
Methods in net.minecraft.entity.monster with parameters of type HoglinEntity Modifier and Type Method Description private static void
HoglinTasks. broadcastAttackTarget(HoglinEntity p_234399_0_, LivingEntity p_234399_1_)
private static void
HoglinTasks. broadcastRetreat(HoglinEntity p_234387_0_, LivingEntity p_234387_1_)
private static java.util.Optional<? extends LivingEntity>
HoglinTasks. findNearestValidAttackTarget(HoglinEntity p_234392_0_)
private static SoundEvent
HoglinTasks. getSoundForActivity(HoglinEntity p_241413_0_, Activity p_241413_1_)
static java.util.Optional<SoundEvent>
HoglinTasks. getSoundForCurrentActivity(HoglinEntity p_234398_0_)
private static java.util.List<HoglinEntity>
HoglinTasks. getVisibleAdultHoglins(HoglinEntity p_234400_0_)
private static boolean
HoglinTasks. isBreeding(HoglinEntity p_234402_0_)
private static boolean
HoglinTasks. isNearRepellent(HoglinEntity p_241416_0_)
protected static boolean
HoglinTasks. isPacified(HoglinEntity p_234386_0_)
(package private) static boolean
HoglinTasks. isPosNearNearestRepellent(HoglinEntity p_234380_0_, BlockPos p_234380_1_)
private static void
HoglinTasks. maybeRetaliate(HoglinEntity p_234395_0_, LivingEntity p_234395_1_)
protected static void
HoglinTasks. onHitTarget(HoglinEntity p_234378_0_, LivingEntity p_234378_1_)
private static boolean
HoglinTasks. piglinsOutnumberHoglins(HoglinEntity p_234396_0_)
private static void
HoglinTasks. retreatFromNearestTarget(HoglinEntity p_234390_0_, LivingEntity p_234390_1_)
private static void
HoglinTasks. setAttackTarget(HoglinEntity p_234397_0_, LivingEntity p_234397_1_)
private static void
HoglinTasks. setAttackTargetIfCloserThanCurrent(HoglinEntity p_234401_0_, LivingEntity p_234401_1_)
private static void
HoglinTasks. setAvoidTarget(HoglinEntity p_234393_0_, LivingEntity p_234393_1_)
protected static void
HoglinTasks. updateActivity(HoglinEntity p_234377_0_)
private static boolean
HoglinTasks. wantsToStopFleeing(HoglinEntity p_234394_0_)
protected static void
HoglinTasks. wasHurtBy(HoglinEntity p_234384_0_, LivingEntity p_234384_1_)
Method parameters in net.minecraft.entity.monster with type arguments of type HoglinEntity Modifier and Type Method Description static boolean
HoglinEntity. checkHoglinSpawnRules(EntityType<HoglinEntity> p_234361_0_, IWorld p_234361_1_, SpawnReason p_234361_2_, BlockPos p_234361_3_, java.util.Random p_234361_4_)
private static void
HoglinTasks. initCoreActivity(Brain<HoglinEntity> p_234382_0_)
private static void
HoglinTasks. initFightActivity(Brain<HoglinEntity> p_234388_0_)
private static void
HoglinTasks. initIdleActivity(Brain<HoglinEntity> p_234385_0_)
private static void
HoglinTasks. initRetreatActivity(Brain<HoglinEntity> p_234391_0_)
protected static Brain<?>
HoglinTasks. makeBrain(Brain<HoglinEntity> p_234376_0_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type HoglinEntity Constructor Description HoglinEntity(EntityType<? extends HoglinEntity> p_i231569_1_, World p_i231569_2_)
-