Uses of Class
net.minecraft.entity.passive.AnimalEntity
Packages that use AnimalEntity
Package
Description
The basic AI system for Minecraft living entities.
-
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 AnimalEntityModifier and TypeFieldDescriptionprivate final EntityType
<? extends AnimalEntity> BreedTask.targetType
Methods 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) BreedTask
(EntityType<? extends AnimalEntity> targetType, float speed, int approachDistance) -
Uses of AnimalEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as AnimalEntityModifier and TypeFieldDescriptionprotected final AnimalEntity
AnimalMateGoal.animal
private final AnimalEntity
FollowParentGoal.animal
protected @Nullable AnimalEntity
AnimalMateGoal.mate
private @Nullable AnimalEntity
FollowParentGoal.parent
Fields in net.minecraft.entity.ai.goal with type parameters of type AnimalEntityModifier and TypeFieldDescriptionprivate final 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 speed) AnimalMateGoal
(AnimalEntity animal, double speed, 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 speed, Class<? extends AnimalEntity> entityClass) -
Uses of AnimalEntity in net.minecraft.entity.mob
Subclasses of AnimalEntity in net.minecraft.entity.mobModifier and TypeClassDescriptionclass
class
class
Method parameters in net.minecraft.entity.mob with type arguments of type AnimalEntityModifier and TypeMethodDescriptionstatic boolean
SkeletonHorseEntity.canSpawn
(EntityType<? extends AnimalEntity> type, WorldAccess world, SpawnReason reason, BlockPos pos, Random random) static boolean
ZombieHorseEntity.canSpawn
(EntityType<? extends AnimalEntity> type, WorldAccess world, SpawnReason reason, BlockPos pos, Random random) -
Uses of AnimalEntity in net.minecraft.entity.passive
Subclasses of AnimalEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclass
class
class
class
Represents an axolotl, the cutest predator.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
class
Methods in net.minecraft.entity.passive with parameters of type AnimalEntityModifier and TypeMethodDescriptionvoid
AnimalEntity.breed
(ServerWorld world, AnimalEntity other) void
AnimalEntity.breed
(ServerWorld world, AnimalEntity other, @Nullable PassiveEntity baby) void
FrogEntity.breed
(ServerWorld world, AnimalEntity other) void
SnifferEntity.breed
(ServerWorld world, AnimalEntity other) boolean
AbstractHorseEntity.canBreedWith
(AnimalEntity other) boolean
AnimalEntity.canBreedWith
(AnimalEntity other) boolean
CamelEntity.canBreedWith
(AnimalEntity other) boolean
CatEntity.canBreedWith
(AnimalEntity other) boolean
DonkeyEntity.canBreedWith
(AnimalEntity other) boolean
HorseEntity.canBreedWith
(AnimalEntity other) boolean
LlamaEntity.canBreedWith
(AnimalEntity other) boolean
ParrotEntity.canBreedWith
(AnimalEntity other) boolean
SnifferEntity.canBreedWith
(AnimalEntity other) boolean
WolfEntity.canBreedWith
(AnimalEntity other) Method parameters in net.minecraft.entity.passive with type arguments of type AnimalEntityModifier and TypeMethodDescriptionstatic boolean
FrogEntity.canSpawn
(EntityType<? extends AnimalEntity> type, WorldAccess world, SpawnReason reason, BlockPos pos, Random random) static boolean
GoatEntity.canSpawn
(EntityType<? extends AnimalEntity> entityType, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) static 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) ArmadilloEntity
(EntityType<? extends AnimalEntity> type, World world) FrogEntity
(EntityType<? extends AnimalEntity> type, World world) SnifferEntity
(EntityType<? extends AnimalEntity> type, World world)