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
Subclasses with type arguments of type Hoglin in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type HoglinModifier and TypeMethodDescriptionvoidHoglinRenderer.extractRenderState(Hoglin entity, HoglinRenderState state, float partialTicks) -
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
Subclasses with type arguments of type Hoglin in net.minecraft.world.entity.ai.sensingMethods in net.minecraft.world.entity.ai.sensing with parameters of type HoglinModifier and TypeMethodDescriptionprotected voidHoglinSpecificSensor.doTick(ServerLevel level, Hoglin body) HoglinSpecificSensor.findNearestRepellent(ServerLevel level, Hoglin body) -
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 TypeFieldDescriptionprivate static final Brain.Provider<Hoglin> Hoglin.BRAIN_PROVIDERMethods in net.minecraft.world.entity.monster.hoglin that return types with arguments of type HoglinModifier and TypeMethodDescriptionHoglinAi.createIdleMovementBehaviors()protected static List<ActivityData<Hoglin>> HoglinAi.getActivities()Hoglin.getBrain()HoglinAi.getVisibleAdultHoglins(Hoglin body) private static ActivityData<Hoglin> HoglinAi.initCoreActivity()private static ActivityData<Hoglin> HoglinAi.initFightActivity()private static ActivityData<Hoglin> HoglinAi.initIdleActivity()private static ActivityData<Hoglin> HoglinAi.initRetreatActivity()Hoglin.makeBrain(Brain.Packed packedBrain) Methods in net.minecraft.world.entity.monster.hoglin with parameters of type HoglinModifier and TypeMethodDescriptionprivate static voidHoglinAi.broadcastAttackTarget(Hoglin body, LivingEntity target) private static voidHoglinAi.broadcastRetreat(Hoglin body, LivingEntity target) private static Optional<? extends LivingEntity> HoglinAi.findNearestValidAttackTarget(ServerLevel level, Hoglin body) private static SoundEventHoglinAi.getSoundForActivity(Hoglin body, Activity activity) static Optional<SoundEvent> HoglinAi.getSoundForCurrentActivity(Hoglin body) HoglinAi.getVisibleAdultHoglins(Hoglin body) private static booleanHoglinAi.isBreeding(Hoglin body) private static booleanHoglinAi.isNearRepellent(Hoglin body) protected static booleanHoglinAi.isPacified(Hoglin body) (package private) static booleanHoglinAi.isPosNearNearestRepellent(Hoglin body, BlockPos pos) private static voidHoglinAi.maybeRetaliate(ServerLevel level, Hoglin body, LivingEntity attacker) protected static voidHoglinAi.onHitTarget(Hoglin attackerBody, LivingEntity target) private static booleanHoglinAi.piglinsOutnumberHoglins(Hoglin body) private static voidHoglinAi.retreatFromNearestTarget(Hoglin body, LivingEntity newAvoidTarget) private static voidHoglinAi.setAttackTarget(Hoglin body, LivingEntity target) private static voidHoglinAi.setAttackTargetIfCloserThanCurrent(Hoglin body, LivingEntity newTarget) private static voidHoglinAi.setAvoidTarget(Hoglin body, LivingEntity avoidTarget) protected static voidHoglinAi.updateActivity(Hoglin body) private static booleanHoglinAi.wantsToStopFleeing(Hoglin body) protected static voidHoglinAi.wasHurtBy(ServerLevel level, Hoglin body, LivingEntity attacker) Method parameters in net.minecraft.world.entity.monster.hoglin with type arguments of type HoglinModifier and TypeMethodDescriptionstatic booleanHoglin.checkHoglinSpawnRules(EntityType<Hoglin> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructor parameters in net.minecraft.world.entity.monster.hoglin with type arguments of type Hoglin