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 TypeFieldDescriptionprivate final TameableEntityAttackWithOwnerGoal.tameableprivate final TameableEntityFollowOwnerGoal.tameableprivate final TameableEntityFollowTargetIfTamedGoal.tameableprivate final TameableEntitySitGoal.tameableprivate final 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 tameableEntity, Class<T> class2, boolean bool, Predicate<? super T> predicate) SitGoal(TameableEntity tameable) TrackOwnerAttackerGoal(TameableEntity tameable) -
Uses of TameableEntity in net.minecraft.entity.passive
Subclasses of TameableEntity in net.minecraft.entity.passive