Uses of Class
net.minecraft.world.entity.monster.hoglin.Hoglin
Packages that use Hoglin
Package
Description
-
Uses of Hoglin in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type HoglinModifier and TypeMethodDescriptionHoglinRenderer.getTextureLocation(Hoglin p_114862_)protected boolean -
Uses of Hoglin in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Hoglin -
Uses of Hoglin in net.minecraft.world.entity.ai.memory
Fields in net.minecraft.world.entity.ai.memory with type parameters of type HoglinModifier and TypeFieldDescriptionstatic MemoryModuleType<List<Hoglin>>MemoryModuleType.NEAREST_VISIBLE_ADULT_HOGLINSstatic MemoryModuleType<Hoglin>MemoryModuleType.NEAREST_VISIBLE_BABY_HOGLINstatic MemoryModuleType<Hoglin>MemoryModuleType.NEAREST_VISIBLE_HUNTABLE_HOGLIN -
Uses of Hoglin in net.minecraft.world.entity.ai.sensing
Methods in net.minecraft.world.entity.ai.sensing with parameters of type HoglinModifier and TypeMethodDescriptionprotected voidHoglinSpecificSensor.doTick(ServerLevel p_26659_, Hoglin p_26660_)HoglinSpecificSensor.findNearestRepellent(ServerLevel p_26665_, Hoglin p_26666_) -
Uses of Hoglin in net.minecraft.world.entity.monster.hoglin
Fields in net.minecraft.world.entity.monster.hoglin with type parameters of type HoglinModifier and TypeFieldDescriptionprotected static com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super Hoglin>>>Hoglin.SENSOR_TYPESMethods in net.minecraft.world.entity.monster.hoglin that return types with arguments of type HoglinModifier and TypeMethodDescriptionprotected Brain.Provider<Hoglin>Hoglin.brainProvider()HoglinAi.createIdleMovementBehaviors()Hoglin.getBrain()HoglinAi.getVisibleAdultHoglins(Hoglin p_34628_)Methods in net.minecraft.world.entity.monster.hoglin with parameters of type HoglinModifier and TypeMethodDescriptionprivate static voidHoglinAi.broadcastAttackTarget(Hoglin p_34635_, LivingEntity p_34636_)private static voidHoglinAi.broadcastRetreat(Hoglin p_34606_, LivingEntity p_34607_)private static Optional<? extends LivingEntity>HoglinAi.findNearestValidAttackTarget(Hoglin p_34611_)private static SoundEventHoglinAi.getSoundForActivity(Hoglin p_34583_, Activity p_34584_)static Optional<SoundEvent>HoglinAi.getSoundForCurrentActivity(Hoglin p_34594_)HoglinAi.getVisibleAdultHoglins(Hoglin p_34628_)private static booleanHoglinAi.isBreeding(Hoglin p_34638_)private static booleanHoglinAi.isNearRepellent(Hoglin p_34633_)protected static booleanHoglinAi.isPacified(Hoglin p_34604_)(package private) static booleanHoglinAi.isPosNearNearestRepellent(Hoglin p_34586_, BlockPos p_34587_)private static voidHoglinAi.maybeRetaliate(Hoglin p_34625_, LivingEntity p_34626_)protected static voidHoglinAi.onHitTarget(Hoglin p_34580_, LivingEntity p_34581_)private static booleanHoglinAi.piglinsOutnumberHoglins(Hoglin p_34623_)private static voidHoglinAi.retreatFromNearestTarget(Hoglin p_34613_, LivingEntity p_34614_)private static voidHoglinAi.setAttackTarget(Hoglin p_34630_, LivingEntity p_34631_)private static voidHoglinAi.setAttackTargetIfCloserThanCurrent(Hoglin p_34640_, LivingEntity p_34641_)private static voidHoglinAi.setAvoidTarget(Hoglin p_34620_, LivingEntity p_34621_)protected static voidHoglinAi.updateActivity(Hoglin p_34578_)private static booleanHoglinAi.wantsToStopFleeing(Hoglin p_34618_)protected static voidHoglinAi.wasHurtBy(Hoglin p_34596_, LivingEntity p_34597_)Method parameters in net.minecraft.world.entity.monster.hoglin with type arguments of type HoglinModifier and TypeMethodDescriptionstatic booleanHoglin.checkHoglinSpawnRules(EntityType<Hoglin> p_34534_, LevelAccessor p_34535_, MobSpawnType p_34536_, BlockPos p_34537_, Random p_34538_)private static voidHoglinAi.initCoreActivity(Brain<Hoglin> p_34592_)private static voidHoglinAi.initFightActivity(Brain<Hoglin> p_34609_)private static voidHoglinAi.initIdleActivity(Brain<Hoglin> p_34602_)private static voidHoglinAi.initRetreatActivity(Brain<Hoglin> p_34616_)protected static Brain<?>Constructor parameters in net.minecraft.world.entity.monster.hoglin with type arguments of type Hoglin