static class SpiderEntity.FollowTargetGoal<T extends LivingEntity> extends FollowTargetGoal<T>
Goal.Control
reciprocalChance, targetClass, targetEntity, targetPredicate
checkVisibility, maxTimeWithoutVisibility, mob, target
Constructor and Description |
---|
FollowTargetGoal(SpiderEntity spider,
Class<T> targetEntityClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
findClosestTarget, getSearchBox, setTargetEntity, start
canTrack, getFollowRange, setMaxTimeWithoutVisibility, shouldContinue, stop
canStop, getControls, setControls, tick, toString
public FollowTargetGoal(SpiderEntity spider, Class<T> targetEntityClass)
public boolean canStart()
canStart
in class FollowTargetGoal<T extends LivingEntity>