Uses of Class
net.minecraft.entity.passive.AnimalEntity
| Package | Description |
|---|---|
| net.minecraft.advancement.criterion | |
| net.minecraft.entity.ai.brain.task | |
| net.minecraft.entity.ai.goal | |
| net.minecraft.entity.mob | |
| net.minecraft.entity.passive |
-
Uses of AnimalEntity in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type AnimalEntity Modifier and Type Method Description voidBredAnimalsCriterion. trigger(ServerPlayerEntity player, AnimalEntity parent, AnimalEntity partner, @Nullable PassiveEntity child)voidTameAnimalCriterion. trigger(ServerPlayerEntity player, AnimalEntity entity) -
Uses of AnimalEntity in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task with type parameters of type AnimalEntity Modifier and Type Field Description private EntityType<? extends AnimalEntity>BreedTask. targetTypeMethods in net.minecraft.entity.ai.brain.task that return AnimalEntity Modifier and Type Method Description private AnimalEntityBreedTask. getBreedTarget(AnimalEntity animal)Methods in net.minecraft.entity.ai.brain.task that return types with arguments of type AnimalEntity Modifier and Type Method Description private Optional<? extends AnimalEntity>BreedTask. findBreedTarget(AnimalEntity animal)Methods in net.minecraft.entity.ai.brain.task with parameters of type AnimalEntity Modifier and Type Method Description private Optional<? extends AnimalEntity>BreedTask. findBreedTarget(AnimalEntity animal)protected voidBreedTask. finishRunning(ServerWorld serverWorld, AnimalEntity animalEntity, long long2)private AnimalEntityBreedTask. getBreedTarget(AnimalEntity animal)private booleanBreedTask. hasBreedTarget(AnimalEntity animal)protected voidBreedTask. keepRunning(ServerWorld serverWorld, AnimalEntity animalEntity, long long2)protected voidBreedTask. run(ServerWorld serverWorld, AnimalEntity animalEntity, long long2)protected booleanBreedTask. shouldKeepRunning(ServerWorld serverWorld, AnimalEntity animalEntity, long long2)protected booleanBreedTask. shouldRun(ServerWorld serverWorld, AnimalEntity animalEntity)Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type AnimalEntity Constructor Description BreedTask(EntityType<? extends AnimalEntity> targetType, float speed) -
Uses of AnimalEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as AnimalEntity Modifier and Type Field Description protected AnimalEntityAnimalMateGoal. animalprivate AnimalEntityFollowParentGoal. animalprotected AnimalEntityAnimalMateGoal. mateprivate AnimalEntityFollowParentGoal. parentFields in net.minecraft.entity.ai.goal with type parameters of type AnimalEntity Modifier and Type Field Description private Class<? extends AnimalEntity>AnimalMateGoal. entityClassMethods in net.minecraft.entity.ai.goal that return AnimalEntity Modifier and Type Method Description private @Nullable AnimalEntityAnimalMateGoal. findMate()Constructors in net.minecraft.entity.ai.goal with parameters of type AnimalEntity Constructor Description AnimalMateGoal(AnimalEntity animal, double chance)AnimalMateGoal(AnimalEntity animal, double chance, Class<? extends AnimalEntity> entityClass)FollowParentGoal(AnimalEntity animal, double speed)Constructor parameters in net.minecraft.entity.ai.goal with type arguments of type AnimalEntity Constructor Description AnimalMateGoal(AnimalEntity animal, double chance, Class<? extends AnimalEntity> entityClass) -
Uses of AnimalEntity in net.minecraft.entity.mob
Subclasses of AnimalEntity in net.minecraft.entity.mob Modifier and Type Class Description classHoglinEntityclassSkeletonHorseEntityclassZombieHorseEntity -
Uses of AnimalEntity in net.minecraft.entity.passive
Subclasses of AnimalEntity in net.minecraft.entity.passive Modifier and Type Class Description classAbstractDonkeyEntityclassAxolotlEntityclassBeeEntityclassCatEntityMeow.classChickenEntityclassCowEntityclassDonkeyEntityclassFoxEntityclassGoatEntityclassHorseBaseEntityclassHorseEntityclassLlamaEntityclassMooshroomEntityclassMuleEntityclassOcelotEntityclassPandaEntityclassParrotEntityclassPigEntityclassPolarBearEntityclassRabbitEntityclassSheepEntityclassStriderEntityclassTameableEntityclassTameableShoulderEntityclassTraderLlamaEntityclassTurtleEntityclassWolfEntityMethods in net.minecraft.entity.passive with parameters of type AnimalEntity Modifier and Type Method Description voidAnimalEntity. breed(ServerWorld world, AnimalEntity other)booleanAnimalEntity. canBreedWith(AnimalEntity other)booleanCatEntity. canBreedWith(AnimalEntity other)booleanDonkeyEntity. canBreedWith(AnimalEntity other)booleanHorseBaseEntity. canBreedWith(AnimalEntity other)booleanHorseEntity. canBreedWith(AnimalEntity other)booleanLlamaEntity. canBreedWith(AnimalEntity other)booleanParrotEntity. canBreedWith(AnimalEntity other)booleanWolfEntity. canBreedWith(AnimalEntity other)private DyeColorSheepEntity. getChildColor(AnimalEntity firstParent, AnimalEntity secondParent)Method parameters in net.minecraft.entity.passive with type arguments of type AnimalEntity Modifier and Type Method Description static booleanAnimalEntity. isValidNaturalSpawn(EntityType<? extends AnimalEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructor parameters in net.minecraft.entity.passive with type arguments of type AnimalEntity Constructor Description AnimalEntity(EntityType<? extends AnimalEntity> type, World world)