Uses of Class
net.minecraft.entity.mob.HoglinEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.entity | |
| net.minecraft.entity.ai.brain | |
| net.minecraft.entity.ai.brain.sensor | |
| net.minecraft.entity.mob |
-
Uses of HoglinEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type HoglinEntity Modifier and Type Method Description IdentifierHoglinEntityRenderer. getTexture(HoglinEntity hoglinEntity)protected booleanHoglinEntityRenderer. isShaking(HoglinEntity hoglinEntity) -
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
Fields in net.minecraft.entity.ai.brain with type parameters of type HoglinEntity Modifier and Type Field Description static MemoryModuleType<List<HoglinEntity>>MemoryModuleType. NEAREST_VISIBLE_ADULT_HOGLINSstatic MemoryModuleType<HoglinEntity>MemoryModuleType. NEAREST_VISIBLE_BABY_HOGLINstatic 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 private Optional<BlockPos>HoglinSpecificSensor. findNearestWarpedFungus(ServerWorld world, HoglinEntity hoglin)protected voidHoglinSpecificSensor. sense(ServerWorld serverWorld, HoglinEntity hoglinEntity) -
Uses of HoglinEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type HoglinEntity Modifier and Type Field Description protected static ImmutableList<? extends SensorType<? extends Sensor<? super HoglinEntity>>>HoglinEntity. SENSOR_TYPESMethods in net.minecraft.entity.mob that return types with arguments of type HoglinEntity Modifier and Type Method Description protected Brain.Profile<HoglinEntity>HoglinEntity. createBrainProfile()private static List<HoglinEntity>HoglinBrain. getAdultHoglinsAround(HoglinEntity hoglin)Brain<HoglinEntity>HoglinEntity. getBrain()private static RandomTask<HoglinEntity>HoglinBrain. makeRandomWalkTask()Methods in net.minecraft.entity.mob with parameters of type HoglinEntity Modifier and Type Method Description private static voidHoglinBrain. askAdultsForHelp(HoglinEntity hoglin, LivingEntity target)private static voidHoglinBrain. askAdultsToAvoid(HoglinEntity hoglin, LivingEntity target)private static voidHoglinBrain. avoid(HoglinEntity hoglin, LivingEntity target)private static voidHoglinBrain. avoidEnemy(HoglinEntity hoglin, LivingEntity target)private static List<HoglinEntity>HoglinBrain. getAdultHoglinsAround(HoglinEntity hoglin)private static Optional<? extends LivingEntity>HoglinBrain. getNearestVisibleTargetablePlayer(HoglinEntity hoglin)static Optional<SoundEvent>HoglinBrain. getSoundEvent(HoglinEntity hoglin)private static SoundEventHoglinBrain. getSoundEvent(HoglinEntity hoglin, Activity activity)private static booleanHoglinBrain. hasBreedTarget(HoglinEntity hoglin)private static booleanHoglinBrain. hasMoreHoglinsAround(HoglinEntity hoglin)private static booleanHoglinBrain. hasNearestRepellent(HoglinEntity hoglin)private static booleanHoglinBrain. isLoneAdult(HoglinEntity hoglin)protected static booleanHoglinBrain. isNearPlayer(HoglinEntity hoglin)(package private) static booleanHoglinBrain. isWarpedFungusAround(HoglinEntity hoglin, BlockPos pos)protected static voidHoglinBrain. onAttacked(HoglinEntity hoglin, LivingEntity attacker)protected static voidHoglinBrain. onAttacking(HoglinEntity hoglin, LivingEntity target)protected static voidHoglinBrain. refreshActivities(HoglinEntity hoglin)private static voidHoglinBrain. setAttackTarget(HoglinEntity hoglin, LivingEntity target)private static voidHoglinBrain. setAttackTargetIfCloser(HoglinEntity hoglin, LivingEntity targetCandidate)private static voidHoglinBrain. targetEnemy(HoglinEntity hoglin, LivingEntity target)Method parameters in net.minecraft.entity.mob with type arguments of type HoglinEntity Modifier and Type Method Description private static voidHoglinBrain. addAvoidTasks(Brain<HoglinEntity> brain)private static voidHoglinBrain. addCoreTasks(Brain<HoglinEntity> brain)private static voidHoglinBrain. addFightTasks(Brain<HoglinEntity> brain)private static voidHoglinBrain. addIdleTasks(Brain<HoglinEntity> brain)static booleanHoglinEntity. canSpawn(EntityType<HoglinEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)protected static Brain<?>HoglinBrain. create(Brain<HoglinEntity> brain)Constructor parameters in net.minecraft.entity.mob with type arguments of type HoglinEntity Constructor Description HoglinEntity(EntityType<? extends HoglinEntity> type, World world)