Uses of Class
net.minecraft.world.entity.TamableAnimal
Packages that use TamableAnimal
Package
Description
-
Uses of TamableAnimal in net.minecraft.world.entity
Constructor parameters in net.minecraft.world.entity with type arguments of type TamableAnimalModifierConstructorDescriptionprotectedTamableAnimal(EntityType<? extends TamableAnimal> entityType, Level level) -
Uses of TamableAnimal in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as TamableAnimalModifier and TypeFieldDescriptionprivate final TamableAnimalSitWhenOrderedToGoal.mobprivate final TamableAnimalFollowOwnerGoal.tamableConstructors in net.minecraft.world.entity.ai.goal with parameters of type TamableAnimalModifierConstructorDescriptionFollowOwnerGoal(TamableAnimal tamable, double speedModifier, float startDistance, float stopDistance) -
Uses of TamableAnimal in net.minecraft.world.entity.ai.goal.target
Fields in net.minecraft.world.entity.ai.goal.target declared as TamableAnimalModifier and TypeFieldDescriptionprivate final TamableAnimalNonTameRandomTargetGoal.tamableMobprivate final TamableAnimalOwnerHurtByTargetGoal.tameAnimalprivate final TamableAnimalOwnerHurtTargetGoal.tameAnimalConstructors in net.minecraft.world.entity.ai.goal.target with parameters of type TamableAnimalModifierConstructorDescriptionNonTameRandomTargetGoal(TamableAnimal tamableMob, Class<T> targetType, boolean mustSee, Predicate<LivingEntity> targetPredicate) OwnerHurtByTargetGoal(TamableAnimal tameAnimal) OwnerHurtTargetGoal(TamableAnimal tameAnimal) -
Uses of TamableAnimal in net.minecraft.world.entity.animal
Subclasses of TamableAnimal in net.minecraft.world.entity.animal