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 void
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 AnimalEntity Modifier and Type Field Description private EntityType<? extends AnimalEntity>
BreedTask. targetType
Methods in net.minecraft.entity.ai.brain.task that return AnimalEntity Modifier and Type Method Description private AnimalEntity
BreedTask. 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 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 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 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 AnimalEntity Modifier and Type Field Description private Class<? extends AnimalEntity>
AnimalMateGoal. entityClass
Methods in net.minecraft.entity.ai.goal that return AnimalEntity Modifier and Type Method Description private @Nullable AnimalEntity
AnimalMateGoal. 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 class
HoglinEntity
class
SkeletonHorseEntity
class
ZombieHorseEntity
-
Uses of AnimalEntity in net.minecraft.entity.passive
Subclasses of AnimalEntity in net.minecraft.entity.passive Modifier and Type Class Description class
AbstractDonkeyEntity
class
AxolotlEntity
class
BeeEntity
class
CatEntity
Meow.class
ChickenEntity
class
CowEntity
class
DonkeyEntity
class
FoxEntity
class
GoatEntity
class
HorseBaseEntity
class
HorseEntity
class
LlamaEntity
class
MooshroomEntity
class
MuleEntity
class
OcelotEntity
class
PandaEntity
class
ParrotEntity
class
PigEntity
class
PolarBearEntity
class
RabbitEntity
class
SheepEntity
class
StriderEntity
class
TameableEntity
class
TameableShoulderEntity
class
TraderLlamaEntity
class
TurtleEntity
class
WolfEntity
Methods in net.minecraft.entity.passive with parameters of type AnimalEntity Modifier and Type Method Description void
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 AnimalEntity Modifier and Type Method Description 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 AnimalEntity Constructor Description AnimalEntity(EntityType<? extends AnimalEntity> type, World world)