Uses of Class
net.minecraft.entity.passive.AnimalEntity
Packages that use AnimalEntity
-
Uses of AnimalEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as AnimalEntityModifier and TypeFieldDescriptionprivate AnimalEntityBreedGoal.animal(package private) AnimalEntityFollowParentGoal.animalprivate AnimalEntityBreedGoal.mate(package private) AnimalEntityFollowParentGoal.parentMethods in net.minecraft.entity.ai.goal that return AnimalEntityConstructors in net.minecraft.entity.ai.goal with parameters of type AnimalEntityModifierConstructorDescriptionBreedGoal(AnimalEntity animal, double chance) FollowParentGoal(AnimalEntity animal, double speed) -
Uses of AnimalEntity in net.minecraft.entity.passive
Subclasses of AnimalEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.passive with parameters of type AnimalEntityModifier and TypeMethodDescriptionbooleanAnimalEntity.canBreedWith(AnimalEntity other) booleanHorseBaseEntity.canBreedWith(AnimalEntity other) booleanOcelotEntity.canBreedWith(AnimalEntity other) booleanWolfEntity.canBreedWith(AnimalEntity other) private DyeColorSheepEntity.getChildColor(AnimalEntity animalEntity, AnimalEntity animalEntity2)