Interface AttackLivingGoal.Builder
- All Superinterfaces:
- CopyableBuilder<AttackLivingGoal,,- AttackLivingGoal.Builder> - GoalBuilder<Creature,,- AttackLivingGoal, - AttackLivingGoal.Builder> - ResettableBuilder<AttackLivingGoal,- AttackLivingGoal.Builder> 
- Enclosing interface:
- AttackLivingGoal
public static interface AttackLivingGoal.Builder
extends GoalBuilder<Creature,AttackLivingGoal,AttackLivingGoal.Builder>  
- 
Method SummaryMethods inherited from interface org.spongepowered.api.util.CopyableBuilderfromMethods inherited from interface org.spongepowered.api.entity.ai.goal.GoalBuilderbuildMethods inherited from interface org.spongepowered.api.util.ResettableBuilderreset
- 
Method Details- 
speed- Parameters:
- speed- The speed modifier
- Returns:
- This builder, for chaining
 
- 
longMemoryAttackLivingGoal.Builder longMemory()Sets whether the task will force the owningAgentto persist targeting anEntityafter a direct path is no longer available.- Returns:
- This builder, for chaining
 
 
-