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 TypeMethodDescriptionvoid
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 AnimalEntityModifier and TypeFieldDescriptionprivate final EntityType<? extends AnimalEntity>
AnimalBreedTask.partnerType
Methods in net.minecraft.entity.ai.brain.task that return AnimalEntityModifier and TypeMethodDescriptionprivate AnimalEntity
AnimalBreedTask.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 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 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 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 AnimalEntity
BreedGoal.animal
private final AnimalEntity
FollowParentGoal.animal
private AnimalEntity
FollowParentGoal.parent
protected AnimalEntity
BreedGoal.partner
Fields in net.minecraft.entity.ai.goal with type parameters of type AnimalEntityModifier and TypeFieldDescriptionprivate final Class<? extends AnimalEntity>
BreedGoal.partnerClass
Methods 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 TypeClassDescriptionclass
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 TypeMethodDescriptionboolean
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 AnimalEntityModifier and TypeMethodDescriptionstatic boolean
AnimalEntity.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 AnimalEntityModifierConstructorDescriptionprotected
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.horseModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in net.minecraft.entity.passive.horse with parameters of type AnimalEntityModifier and TypeMethodDescriptionboolean
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 AnimalEntityModifier and TypeMethodDescriptionstatic 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 AnimalEntityMethods in net.minecraftforge.event.entity.living that return AnimalEntityConstructors in net.minecraftforge.event.entity.living with parameters of type AnimalEntity