Uses of Class
net.minecraft.entity.passive.AnimalEntity
Packages that use AnimalEntity
Package
Description
-
Uses of AnimalEntity in net.minecraft
Subclasses of AnimalEntity in net.minecraftMethods in net.minecraft with parameters of type AnimalEntity -
Uses of AnimalEntity in net.minecraft.entity
Subclasses of AnimalEntity in net.minecraft.entityModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in net.minecraft.entity with parameters of type AnimalEntityModifier and TypeMethodDescriptionbooleanDonkeyEntity.canBreedWith(AnimalEntity other) booleanLlamaEntity.canBreedWith(AnimalEntity other) -
Uses of AnimalEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as AnimalEntityModifier and TypeFieldDescriptionprivate final AnimalEntityBreedGoal.animal(package private) AnimalEntityFollowParentGoal.animalprivate AnimalEntityBreedGoal.mate(package private) AnimalEntityFollowParentGoal.parentFields in net.minecraft.entity.ai.goal with type parameters of type AnimalEntityModifier and TypeFieldDescriptionprivate final Class<? extends AnimalEntity>BreedGoal.field_15477Methods in net.minecraft.entity.ai.goal that return AnimalEntityConstructors in net.minecraft.entity.ai.goal with parameters of type AnimalEntityModifierConstructorDescriptionBreedGoal(AnimalEntity animal, double chance) BreedGoal(AnimalEntity animalEntity, double double2, Class<? extends AnimalEntity> class2) FollowParentGoal(AnimalEntity animal, double speed) Constructor parameters in net.minecraft.entity.ai.goal with type arguments of type AnimalEntityModifierConstructorDescriptionBreedGoal(AnimalEntity animalEntity, double double2, Class<? extends AnimalEntity> class2) -
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)