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 AnimalEntityModifier and TypeMethodDescriptionbooleanclass_3136.canBreedWith(AnimalEntity other) voidclass_3235.method_14405(ServerPlayerEntity serverPlayerEntity, AnimalEntity animalEntity) voidclass_3235.class_3236.method_14409(ServerPlayerEntity serverPlayerEntity, AnimalEntity animalEntity) booleanclass_3235.class_3237.method_14412(ServerPlayerEntity serverPlayerEntity, AnimalEntity animalEntity) -
Uses of AnimalEntity in net.minecraft.achievement
Methods in net.minecraft.achievement with parameters of type AnimalEntityModifier and TypeMethodDescriptionvoidclass_3363.method_15041(ServerPlayerEntity serverPlayerEntity, AnimalEntity animalEntity, AnimalEntity animalEntity2, PassiveEntity passiveEntity) voidclass_3363.class_3364.method_15045(ServerPlayerEntity serverPlayerEntity, AnimalEntity animalEntity, AnimalEntity animalEntity2, PassiveEntity passiveEntity) booleanclass_3363.class_3365.method_15048(ServerPlayerEntity serverPlayerEntity, AnimalEntity animalEntity, AnimalEntity animalEntity2, PassiveEntity passiveEntity) -
Uses of AnimalEntity in net.minecraft.entity
Subclasses of AnimalEntity in net.minecraft.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in net.minecraft.entity with parameters of type AnimalEntityModifier and TypeMethodDescriptionbooleanDonkeyEntity.canBreedWith(AnimalEntity other) booleanLlamaEntity.canBreedWith(AnimalEntity other) booleanParrotEntity.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)