Uses of Class
net.minecraft.entity.passive.TameableEntity
Packages that use TameableEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of TameableEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as TameableEntityModifier and TypeFieldDescriptionprivate final TameableEntity
AttackWithOwnerGoal.tameable
private final TameableEntity
FollowOwnerGoal.tameable
private final TameableEntity
SitGoal.tameable
private final TameableEntity
TrackOwnerAttackerGoal.tameable
private final TameableEntity
UntamedActiveTargetGoal.tameable
Constructors in net.minecraft.entity.ai.goal with parameters of type TameableEntityModifierConstructorDescriptionAttackWithOwnerGoal
(TameableEntity tameable) FollowOwnerGoal
(TameableEntity tameable, double speed, float minDistance, float maxDistance) SitGoal
(TameableEntity tameable) TrackOwnerAttackerGoal
(TameableEntity tameable) UntamedActiveTargetGoal
(TameableEntity tameable, Class<T> targetClass, boolean checkVisibility, TargetPredicate.EntityPredicate targetPredicate) -
Uses of TameableEntity in net.minecraft.entity.passive
Subclasses of TameableEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclass
Meow.class
class
class
Constructor parameters in net.minecraft.entity.passive with type arguments of type TameableEntityModifierConstructorDescriptionprotected
TameableEntity
(EntityType<? extends TameableEntity> type, World world)