Uses of Class
net.minecraft.entity.passive.AnimalEntity
-
-
Uses of AnimalEntity in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type AnimalEntity Modifier and Type Method Description void
BredAnimalsTrigger. trigger(ServerPlayerEntity p_192168_1_, AnimalEntity p_192168_2_, AnimalEntity p_192168_3_, AgeableEntity p_192168_4_)
void
TameAnimalTrigger. trigger(ServerPlayerEntity p_193178_1_, AnimalEntity p_193178_2_)
-
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>
AnimalBreedTask. partnerType
Methods in net.minecraft.entity.ai.brain.task that return AnimalEntity Modifier and Type Method Description private AnimalEntity
AnimalBreedTask. getBreedTarget(AnimalEntity p_233846_1_)
Methods in net.minecraft.entity.ai.brain.task that return types with arguments of type AnimalEntity Modifier and Type Method Description private java.util.Optional<? extends AnimalEntity>
AnimalBreedTask. findValidBreedPartner(AnimalEntity p_233849_1_)
Methods in net.minecraft.entity.ai.brain.task with parameters of type AnimalEntity Modifier and Type Method Description protected boolean
AnimalBreedTask. canStillUse(ServerWorld p_212834_1_, AnimalEntity p_212834_2_, long p_212834_3_)
protected boolean
AnimalBreedTask. checkExtraStartConditions(ServerWorld p_212832_1_, AnimalEntity p_212832_2_)
private java.util.Optional<? extends AnimalEntity>
AnimalBreedTask. findValidBreedPartner(AnimalEntity p_233849_1_)
private AnimalEntity
AnimalBreedTask. getBreedTarget(AnimalEntity p_233846_1_)
private boolean
AnimalBreedTask. hasBreedTargetOfRightType(AnimalEntity p_233848_1_)
protected void
AnimalBreedTask. start(ServerWorld p_212831_1_, AnimalEntity p_212831_2_, long p_212831_3_)
protected void
AnimalBreedTask. stop(ServerWorld p_212835_1_, AnimalEntity p_212835_2_, long p_212835_3_)
protected void
AnimalBreedTask. tick(ServerWorld p_212833_1_, AnimalEntity p_212833_2_, long p_212833_3_)
Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type AnimalEntity Constructor Description AnimalBreedTask(EntityType<? extends AnimalEntity> p_i231506_1_, float p_i231506_2_)
-
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
BreedGoal. animal
private AnimalEntity
FollowParentGoal. animal
private AnimalEntity
FollowParentGoal. parent
protected AnimalEntity
BreedGoal. partner
Fields in net.minecraft.entity.ai.goal with type parameters of type AnimalEntity Modifier and Type Field Description private java.lang.Class<? extends AnimalEntity>
BreedGoal. partnerClass
Methods in net.minecraft.entity.ai.goal that return AnimalEntity Modifier and Type Method Description private AnimalEntity
BreedGoal. getFreePartner()
Constructors in net.minecraft.entity.ai.goal with parameters of type AnimalEntity Constructor Description BreedGoal(AnimalEntity p_i1619_1_, double p_i1619_2_)
BreedGoal(AnimalEntity p_i47306_1_, double p_i47306_2_, java.lang.Class<? extends AnimalEntity> p_i47306_4_)
FollowParentGoal(AnimalEntity p_i1626_1_, double p_i1626_2_)
Constructor parameters in net.minecraft.entity.ai.goal with type arguments of type AnimalEntity Constructor Description BreedGoal(AnimalEntity p_i47306_1_, double p_i47306_2_, java.lang.Class<? extends AnimalEntity> p_i47306_4_)
-
Uses of AnimalEntity in net.minecraft.entity.monster
Subclasses of AnimalEntity in net.minecraft.entity.monster Modifier and Type Class Description class
HoglinEntity
-
Uses of AnimalEntity in net.minecraft.entity.passive
Subclasses of AnimalEntity in net.minecraft.entity.passive Modifier and Type Class Description class
BeeEntity
class
CatEntity
class
ChickenEntity
class
CowEntity
class
FoxEntity
class
MooshroomEntity
class
OcelotEntity
class
PandaEntity
class
ParrotEntity
class
PigEntity
class
PolarBearEntity
class
RabbitEntity
class
SheepEntity
class
ShoulderRidingEntity
class
StriderEntity
class
TameableEntity
class
TurtleEntity
class
WolfEntity
Methods in net.minecraft.entity.passive with parameters of type AnimalEntity Modifier and Type Method Description boolean
AnimalEntity. canMate(AnimalEntity p_70878_1_)
boolean
CatEntity. canMate(AnimalEntity p_70878_1_)
boolean
ParrotEntity. canMate(AnimalEntity p_70878_1_)
boolean
WolfEntity. canMate(AnimalEntity p_70878_1_)
private DyeColor
SheepEntity. getOffspringColor(AnimalEntity p_175511_1_, AnimalEntity p_175511_2_)
void
AnimalEntity. spawnChildFromBreeding(ServerWorld p_234177_1_, AnimalEntity p_234177_2_)
Method parameters in net.minecraft.entity.passive with type arguments of type AnimalEntity Modifier and Type Method Description static boolean
AnimalEntity. checkAnimalSpawnRules(EntityType<? extends AnimalEntity> p_223316_0_, IWorld p_223316_1_, SpawnReason p_223316_2_, BlockPos p_223316_3_, java.util.Random p_223316_4_)
Constructor parameters in net.minecraft.entity.passive with type arguments of type AnimalEntity Constructor Description AnimalEntity(EntityType<? extends AnimalEntity> p_i48568_1_, World p_i48568_2_)
-
Uses of AnimalEntity in net.minecraft.entity.passive.horse
Subclasses of AnimalEntity in net.minecraft.entity.passive.horse Modifier and Type Class Description class
AbstractChestedHorseEntity
class
AbstractHorseEntity
class
DonkeyEntity
class
HorseEntity
class
LlamaEntity
class
MuleEntity
class
SkeletonHorseEntity
class
TraderLlamaEntity
class
ZombieHorseEntity
Methods in net.minecraft.entity.passive.horse with parameters of type AnimalEntity Modifier and Type Method Description boolean
AbstractHorseEntity. canMate(AnimalEntity p_70878_1_)
boolean
DonkeyEntity. canMate(AnimalEntity p_70878_1_)
boolean
HorseEntity. canMate(AnimalEntity p_70878_1_)
boolean
LlamaEntity. canMate(AnimalEntity p_70878_1_)
-
Uses of AnimalEntity in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type AnimalEntity Modifier and Type Method Description static boolean
ForgeEventFactory. onAnimalTame(AnimalEntity animal, PlayerEntity tamer)
-
Uses of AnimalEntity in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as AnimalEntity Modifier and Type Field Description private AnimalEntity
AnimalTameEvent. animal
Methods in net.minecraftforge.event.entity.living that return AnimalEntity Modifier and Type Method Description AnimalEntity
AnimalTameEvent. getAnimal()
Constructors in net.minecraftforge.event.entity.living with parameters of type AnimalEntity Constructor Description AnimalTameEvent(AnimalEntity animal, PlayerEntity tamer)
-