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 TamableAnimalModifierConstructorDescriptionprotected
TamableAnimal
(EntityType<? extends TamableAnimal> pEntityType, Level pLevel) -
Uses of TamableAnimal in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as TamableAnimalModifier and TypeFieldDescriptionprivate final TamableAnimal
SitWhenOrderedToGoal.mob
private final TamableAnimal
FollowOwnerGoal.tamable
Constructors in net.minecraft.world.entity.ai.goal with parameters of type TamableAnimalModifierConstructorDescriptionFollowOwnerGoal
(TamableAnimal pTamable, double pSpeedModifier, float pStartDistance, float pStopDistance) -
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 TamableAnimal
NonTameRandomTargetGoal.tamableMob
private final TamableAnimal
OwnerHurtByTargetGoal.tameAnimal
private final TamableAnimal
OwnerHurtTargetGoal.tameAnimal
Constructors in net.minecraft.world.entity.ai.goal.target with parameters of type TamableAnimalModifierConstructorDescriptionNonTameRandomTargetGoal
(TamableAnimal pTamableMob, Class<T> pTargetType, boolean pMustSee, Predicate<LivingEntity> pTargetPredicate) OwnerHurtByTargetGoal
(TamableAnimal pTameAnimal) OwnerHurtTargetGoal
(TamableAnimal pTameAnimal) -
Uses of TamableAnimal in net.minecraft.world.entity.animal
Subclasses of TamableAnimal in net.minecraft.world.entity.animal