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 voidBredAnimalsTrigger. trigger(ServerPlayerEntity p_192168_1_, AnimalEntity p_192168_2_, AnimalEntity p_192168_3_, AgeableEntity p_192168_4_)voidTameAnimalTrigger. 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. partnerTypeMethods in net.minecraft.entity.ai.brain.task that return AnimalEntity Modifier and Type Method Description private AnimalEntityAnimalBreedTask. 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 booleanAnimalBreedTask. canStillUse(ServerWorld p_212834_1_, AnimalEntity p_212834_2_, long p_212834_3_)protected booleanAnimalBreedTask. checkExtraStartConditions(ServerWorld p_212832_1_, AnimalEntity p_212832_2_)private java.util.Optional<? extends AnimalEntity>AnimalBreedTask. findValidBreedPartner(AnimalEntity p_233849_1_)private AnimalEntityAnimalBreedTask. getBreedTarget(AnimalEntity p_233846_1_)private booleanAnimalBreedTask. hasBreedTargetOfRightType(AnimalEntity p_233848_1_)protected voidAnimalBreedTask. start(ServerWorld p_212831_1_, AnimalEntity p_212831_2_, long p_212831_3_)protected voidAnimalBreedTask. stop(ServerWorld p_212835_1_, AnimalEntity p_212835_2_, long p_212835_3_)protected voidAnimalBreedTask. 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 AnimalEntityBreedGoal. animalprivate AnimalEntityFollowParentGoal. animalprivate AnimalEntityFollowParentGoal. parentprotected AnimalEntityBreedGoal. partnerFields in net.minecraft.entity.ai.goal with type parameters of type AnimalEntity Modifier and Type Field Description private java.lang.Class<? extends AnimalEntity>BreedGoal. partnerClassMethods in net.minecraft.entity.ai.goal that return AnimalEntity Modifier and Type Method Description private AnimalEntityBreedGoal. 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 classHoglinEntity -
Uses of AnimalEntity in net.minecraft.entity.passive
Subclasses of AnimalEntity in net.minecraft.entity.passive Modifier and Type Class Description classBeeEntityclassCatEntityclassChickenEntityclassCowEntityclassFoxEntityclassMooshroomEntityclassOcelotEntityclassPandaEntityclassParrotEntityclassPigEntityclassPolarBearEntityclassRabbitEntityclassSheepEntityclassShoulderRidingEntityclassStriderEntityclassTameableEntityclassTurtleEntityclassWolfEntityMethods in net.minecraft.entity.passive with parameters of type AnimalEntity Modifier and Type Method Description booleanAnimalEntity. canMate(AnimalEntity p_70878_1_)booleanCatEntity. canMate(AnimalEntity p_70878_1_)booleanParrotEntity. canMate(AnimalEntity p_70878_1_)booleanWolfEntity. canMate(AnimalEntity p_70878_1_)private DyeColorSheepEntity. getOffspringColor(AnimalEntity p_175511_1_, AnimalEntity p_175511_2_)voidAnimalEntity. 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 booleanAnimalEntity. 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 classAbstractChestedHorseEntityclassAbstractHorseEntityclassDonkeyEntityclassHorseEntityclassLlamaEntityclassMuleEntityclassSkeletonHorseEntityclassTraderLlamaEntityclassZombieHorseEntityMethods in net.minecraft.entity.passive.horse with parameters of type AnimalEntity Modifier and Type Method Description booleanAbstractHorseEntity. canMate(AnimalEntity p_70878_1_)booleanDonkeyEntity. canMate(AnimalEntity p_70878_1_)booleanHorseEntity. canMate(AnimalEntity p_70878_1_)booleanLlamaEntity. 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 booleanForgeEventFactory. 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 AnimalEntityAnimalTameEvent. animalMethods in net.minecraftforge.event.entity.living that return AnimalEntity Modifier and Type Method Description AnimalEntityAnimalTameEvent. getAnimal()Constructors in net.minecraftforge.event.entity.living with parameters of type AnimalEntity Constructor Description AnimalTameEvent(AnimalEntity animal, PlayerEntity tamer)
-