Uses of Class
net.minecraft.entity.passive.TameableEntity
Packages that use TameableEntity
-
Uses of TameableEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as TameableEntityModifier and TypeFieldDescription(package private) TameableEntityAttackWithOwnerGoal.tameableprivate TameableEntityFollowOwnerGoal.tameableprivate TameableEntityFollowTargetIfTamedGoal.tameableprivate TameableEntitySitGoal.tameable(package private) TameableEntityTrackOwnerAttackerGoal.tameableConstructors in net.minecraft.entity.ai.goal with parameters of type TameableEntityModifierConstructorDescriptionAttackWithOwnerGoal(TameableEntity tameable) FollowOwnerGoal(TameableEntity tameable, double speed, float minDistance, float maxDistance) FollowTargetIfTamedGoal(TameableEntity tameable, Class targetClass, boolean checkVisibility, Predicate targetPredicate) SitGoal(TameableEntity tameable) TrackOwnerAttackerGoal(TameableEntity tameable) -
Uses of TameableEntity in net.minecraft.entity.passive
Subclasses of TameableEntity in net.minecraft.entity.passive