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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AttackLivingGoal.BuilderlongMemory()AttackLivingGoal.Builderspeed(double speed)- 
Methods inherited from interface org.spongepowered.api.util.CopyableBuilderfrom
 - 
Methods inherited from interface org.spongepowered.api.entity.ai.goal.GoalBuilderbuild
 - 
Methods inherited from interface org.spongepowered.api.util.ResettableBuilderreset
 
- 
 
- 
- 
- 
Method Detail- 
speedAttackLivingGoal.Builder speed(double 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
 
 
- 
 
-