Uses of Class
net.minecraft.entity.passive.AnimalEntity
Packages that use AnimalEntity
Package
Description
-
Uses of AnimalEntity in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type AnimalEntityModifier and TypeMethodDescriptionvoidBredAnimalsTrigger.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 AnimalEntityModifier and TypeFieldDescriptionprivate final EntityType<? extends AnimalEntity>AnimalBreedTask.partnerTypeMethods in net.minecraft.entity.ai.brain.task that return AnimalEntityModifier and TypeMethodDescriptionprivate AnimalEntityAnimalBreedTask.getBreedTarget(AnimalEntity p_233846_1_) Methods in net.minecraft.entity.ai.brain.task that return types with arguments of type AnimalEntityModifier and TypeMethodDescriptionprivate Optional<? extends AnimalEntity>AnimalBreedTask.findValidBreedPartner(AnimalEntity p_233849_1_) Methods in net.minecraft.entity.ai.brain.task with parameters of type AnimalEntityModifier and TypeMethodDescriptionprotected 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 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 AnimalEntityModifierConstructorDescriptionAnimalBreedTask(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 AnimalEntityModifier and TypeFieldDescriptionprotected final AnimalEntityBreedGoal.animalprivate final AnimalEntityFollowParentGoal.animalprivate AnimalEntityFollowParentGoal.parentprotected AnimalEntityBreedGoal.partnerFields in net.minecraft.entity.ai.goal with type parameters of type AnimalEntityModifier and TypeFieldDescriptionprivate final Class<? extends AnimalEntity>BreedGoal.partnerClassMethods in net.minecraft.entity.ai.goal that return AnimalEntityConstructors in net.minecraft.entity.ai.goal with parameters of type AnimalEntityModifierConstructorDescriptionBreedGoal(AnimalEntity p_i1619_1_, double p_i1619_2_) BreedGoal(AnimalEntity p_i47306_1_, double p_i47306_2_, 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 AnimalEntityModifierConstructorDescriptionBreedGoal(AnimalEntity p_i47306_1_, double p_i47306_2_, Class<? extends AnimalEntity> p_i47306_4_) -
Uses of AnimalEntity in net.minecraft.entity.monster
Subclasses of AnimalEntity in net.minecraft.entity.monster -
Uses of AnimalEntity in net.minecraft.entity.passive
Subclasses of AnimalEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.passive with parameters of type AnimalEntityModifier and TypeMethodDescriptionbooleanAnimalEntity.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 AnimalEntityModifier and TypeMethodDescriptionstatic booleanAnimalEntity.checkAnimalSpawnRules(EntityType<? extends AnimalEntity> p_223316_0_, IWorld p_223316_1_, SpawnReason p_223316_2_, BlockPos p_223316_3_, Random p_223316_4_) Constructor parameters in net.minecraft.entity.passive with type arguments of type AnimalEntityModifierConstructorDescriptionprotectedAnimalEntity(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.horseModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.passive.horse with parameters of type AnimalEntityModifier and TypeMethodDescriptionbooleanAbstractHorseEntity.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 AnimalEntityModifier and TypeMethodDescriptionstatic booleanForgeEventFactory.onAnimalTame(AnimalEntity animal, PlayerEntity tamer) -
Uses of AnimalEntity in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as AnimalEntityMethods in net.minecraftforge.event.entity.living that return AnimalEntityConstructors in net.minecraftforge.event.entity.living with parameters of type AnimalEntity