Uses of Class
net.minecraft.entity.passive.AnimalEntity
Packages that use AnimalEntity
Package
Description
-
Uses of AnimalEntity in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type AnimalEntityModifier and TypeMethodDescriptionvoid
BredAnimalsCriterion.trigger(ServerPlayerEntity player, AnimalEntity parent, AnimalEntity partner, @Nullable PassiveEntity child)
void
TameAnimalCriterion.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 AnimalEntityMethods in net.minecraft.entity.ai.brain.task that return AnimalEntityModifier and TypeMethodDescriptionprivate AnimalEntity
BreedTask.getBreedTarget(AnimalEntity animal)
Methods in net.minecraft.entity.ai.brain.task that return types with arguments of type AnimalEntityModifier and TypeMethodDescriptionprivate Optional<? extends AnimalEntity>
BreedTask.findBreedTarget(AnimalEntity animal)
Methods in net.minecraft.entity.ai.brain.task with parameters of type AnimalEntityModifier and TypeMethodDescriptionprivate Optional<? extends AnimalEntity>
BreedTask.findBreedTarget(AnimalEntity animal)
protected void
BreedTask.finishRunning(ServerWorld serverWorld, AnimalEntity animalEntity, long long2)
private AnimalEntity
BreedTask.getBreedTarget(AnimalEntity animal)
private boolean
BreedTask.hasBreedTarget(AnimalEntity animal)
protected void
BreedTask.keepRunning(ServerWorld serverWorld, AnimalEntity animalEntity, long long2)
protected void
BreedTask.run(ServerWorld serverWorld, AnimalEntity animalEntity, long long2)
protected boolean
BreedTask.shouldKeepRunning(ServerWorld serverWorld, AnimalEntity animalEntity, long long2)
protected boolean
BreedTask.shouldRun(ServerWorld serverWorld, AnimalEntity animalEntity)
Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type AnimalEntityModifierConstructorDescriptionBreedTask(EntityType<? extends AnimalEntity> targetType, float speed)
-
Uses of AnimalEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as AnimalEntityModifier and TypeFieldDescriptionprotected AnimalEntity
AnimalMateGoal.animal
private AnimalEntity
FollowParentGoal.animal
protected AnimalEntity
AnimalMateGoal.mate
private AnimalEntity
FollowParentGoal.parent
Fields in net.minecraft.entity.ai.goal with type parameters of type AnimalEntityModifier and TypeFieldDescriptionprivate Class<? extends AnimalEntity>
AnimalMateGoal.entityClass
Methods in net.minecraft.entity.ai.goal that return AnimalEntityConstructors in net.minecraft.entity.ai.goal with parameters of type AnimalEntityModifierConstructorDescriptionAnimalMateGoal(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 AnimalEntityModifierConstructorDescriptionAnimalMateGoal(AnimalEntity animal, double chance, Class<? extends AnimalEntity> entityClass)
-
Uses of AnimalEntity in net.minecraft.entity.mob
Subclasses of AnimalEntity in net.minecraft.entity.mobModifier and TypeClassDescriptionclass
class
class
-
Uses of AnimalEntity in net.minecraft.entity.passive
Subclasses of AnimalEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclass
class
class
class
Meow.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in net.minecraft.entity.passive with parameters of type AnimalEntityModifier and TypeMethodDescriptionvoid
AnimalEntity.breed(ServerWorld world, AnimalEntity other)
boolean
AnimalEntity.canBreedWith(AnimalEntity other)
boolean
CatEntity.canBreedWith(AnimalEntity other)
boolean
DonkeyEntity.canBreedWith(AnimalEntity other)
boolean
HorseBaseEntity.canBreedWith(AnimalEntity other)
boolean
HorseEntity.canBreedWith(AnimalEntity other)
boolean
LlamaEntity.canBreedWith(AnimalEntity other)
boolean
ParrotEntity.canBreedWith(AnimalEntity other)
boolean
WolfEntity.canBreedWith(AnimalEntity other)
private DyeColor
SheepEntity.getChildColor(AnimalEntity firstParent, AnimalEntity secondParent)
Method parameters in net.minecraft.entity.passive with type arguments of type AnimalEntityModifier and TypeMethodDescriptionstatic boolean
AnimalEntity.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 AnimalEntityModifierConstructorDescriptionprotected
AnimalEntity(EntityType<? extends AnimalEntity> type, World world)