Uses of Class
net.minecraft.entity.passive.TameableEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of TameableEntity in net.minecraft.entity.ai.goal
Modifier 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
ModifierConstructorDescriptionAttackWithOwnerGoal
(TameableEntity tameable) FollowOwnerGoal
(TameableEntity tameable, double speed, float minDistance, float maxDistance, boolean leavesAllowed) SitGoal
(TameableEntity tameable) TrackOwnerAttackerGoal
(TameableEntity tameable) UntamedActiveTargetGoal
(TameableEntity tameable, Class<T> targetClass, boolean checkVisibility, @Nullable Predicate<LivingEntity> targetPredicate) -
Uses of TameableEntity in net.minecraft.entity.passive
Modifier and TypeClassDescriptionclass
Meow.class
class
class
ModifierConstructorDescriptionprotected
TameableEntity
(EntityType<? extends TameableEntity> type, World world)