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 TypeMethodDescriptionvoidHoglinRenderer.extractRenderState(Hoglin p_364561_, HoglinRenderState p_362146_, float p_362417_) -
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 final MemoryModuleType<List<Hoglin>> MemoryModuleType.NEAREST_VISIBLE_ADULT_HOGLINSstatic final MemoryModuleType<Hoglin> MemoryModuleType.NEAREST_VISIBLE_BABY_HOGLINstatic final 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 level, Hoglin entity) HoglinSpecificSensor.findNearestRepellent(ServerLevel level, Hoglin hoglin) -
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 final 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 hoglin) Methods in net.minecraft.world.entity.monster.hoglin with parameters of type HoglinModifier and TypeMethodDescriptionprivate static voidHoglinAi.broadcastAttackTarget(Hoglin hoglin, LivingEntity target) private static voidHoglinAi.broadcastRetreat(Hoglin hoglin, LivingEntity target) private static Optional<? extends LivingEntity> HoglinAi.findNearestValidAttackTarget(ServerLevel level, Hoglin hoglin) private static SoundEventHoglinAi.getSoundForActivity(Hoglin hoglin, Activity activity) static Optional<SoundEvent> HoglinAi.getSoundForCurrentActivity(Hoglin hoglin) HoglinAi.getVisibleAdultHoglins(Hoglin hoglin) private static booleanHoglinAi.isBreeding(Hoglin hoglin) private static booleanHoglinAi.isNearRepellent(Hoglin hoglin) protected static booleanHoglinAi.isPacified(Hoglin hoglin) (package private) static booleanHoglinAi.isPosNearNearestRepellent(Hoglin hoglin, BlockPos pos) private static voidHoglinAi.maybeRetaliate(ServerLevel level, Hoglin hoglin, LivingEntity entity) protected static voidHoglinAi.onHitTarget(Hoglin hoglin, LivingEntity target) private static booleanHoglinAi.piglinsOutnumberHoglins(Hoglin hoglin) private static voidHoglinAi.retreatFromNearestTarget(Hoglin hoglin, LivingEntity target) private static voidHoglinAi.setAttackTarget(Hoglin hoglin, LivingEntity target) private static voidHoglinAi.setAttackTargetIfCloserThanCurrent(Hoglin hoglin, LivingEntity target) private static voidHoglinAi.setAvoidTarget(Hoglin hoglin, LivingEntity target) protected static voidHoglinAi.updateActivity(Hoglin hoglin) private static booleanHoglinAi.wantsToStopFleeing(Hoglin hoglin) protected static voidHoglinAi.wasHurtBy(ServerLevel level, Hoglin hoglin, LivingEntity entity) Method parameters in net.minecraft.world.entity.monster.hoglin with type arguments of type HoglinModifier and TypeMethodDescriptionstatic booleanHoglin.checkHoglinSpawnRules(EntityType<Hoglin> entityType, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) private static voidHoglinAi.initCoreActivity(Brain<Hoglin> brain) private static voidHoglinAi.initFightActivity(Brain<Hoglin> brain) private static voidHoglinAi.initIdleActivity(Brain<Hoglin> brain) private static voidHoglinAi.initRetreatActivity(Brain<Hoglin> brain) protected static Brain<?> Constructor parameters in net.minecraft.world.entity.monster.hoglin with type arguments of type Hoglin