public static interface AttackLivingAITask.Builder extends AITaskBuilder<Creature,AttackLivingAITask,AttackLivingAITask.Builder>
Modifier and Type | Method and Description |
---|---|
AttackLivingAITask.Builder |
longMemory()
|
AttackLivingAITask.Builder |
speed(double speed)
|
build
from, reset
AttackLivingAITask.Builder speed(double speed)
speed
- The speed modifierAttackLivingAITask.Builder longMemory()
Agent
to
persist targeting an Entity
after a direct path is
no longer available.