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> p_21803_, Level p_21804_) -
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 p_25294_, double p_25295_, float p_25296_, float p_25297_, boolean p_25298_) SitWhenOrderedToGoal
(TamableAnimal p_25898_) -
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 p_26097_, Class<T> p_26098_, boolean p_26099_, Predicate<LivingEntity> p_26100_) OwnerHurtByTargetGoal
(TamableAnimal p_26107_) OwnerHurtTargetGoal
(TamableAnimal p_26114_) -
Uses of TamableAnimal in net.minecraft.world.entity.animal
Subclasses of TamableAnimal in net.minecraft.world.entity.animal