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> 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 TamableAnimalSitWhenOrderedToGoal.mobprivate final TamableAnimalFollowOwnerGoal.tamableConstructors 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 TamableAnimalNonTameRandomTargetGoal.tamableMobprivate final TamableAnimalOwnerHurtByTargetGoal.tameAnimalprivate final TamableAnimalOwnerHurtTargetGoal.tameAnimalConstructors in net.minecraft.world.entity.ai.goal.target with parameters of type TamableAnimalModifierConstructorDescriptionNonTameRandomTargetGoal(TamableAnimal pTamableMob, Class<T> pTargetType, boolean pMustSee, TargetingConditions.Selector pSelector) OwnerHurtByTargetGoal(TamableAnimal pTameAnimal) OwnerHurtTargetGoal(TamableAnimal pTameAnimal) -
Uses of TamableAnimal in net.minecraft.world.entity.animal
Subclasses of TamableAnimal in net.minecraft.world.entity.animal