Uses of Class
net.minecraft.entity.passive.TameableEntity
Packages that use TameableEntity
Package
Description
-
Uses of TameableEntity in net.minecraft
Subclasses of TameableEntity in net.minecraft -
Uses of TameableEntity in net.minecraft.entity
Subclasses of TameableEntity in net.minecraft.entity -
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 final TameableEntityFollowOwnerGoal.tameableprivate final TameableEntityFollowTargetIfTamedGoal.tameableprivate final TameableEntitySitGoal.tameable(package private) TameableEntityTrackOwnerAttackerGoal.tameableConstructors in net.minecraft.entity.ai.goal with parameters of type TameableEntityModifierConstructorDescriptionAttackWithOwnerGoal(TameableEntity tameable) class_3374(TameableEntity tameable, double speed, float minDistance, float maxDistance) FollowOwnerGoal(TameableEntity tameable, double speed, float minDistance, float maxDistance) FollowTargetIfTamedGoal(TameableEntity tameable, Class<T> targetClass, boolean checkVisibility, Predicate<? super T> targetPredicate) SitGoal(TameableEntity tameable) TrackOwnerAttackerGoal(TameableEntity tameable) -
Uses of TameableEntity in net.minecraft.entity.passive
Subclasses of TameableEntity in net.minecraft.entity.passive