Interface AttackLivingGoal.Builder

    • Method Detail

      • speed

        AttackLivingGoal.Builder speed​(double speed)
        Sets the speed modifier at which the owning Agent will be moving towards a targeted Entity.
        Parameters:
        speed - The speed modifier
        Returns:
        This builder, for chaining
      • longMemory

        AttackLivingGoal.Builder longMemory()
        Sets whether the task will force the owning Agent to persist targeting an Entity after a direct path is no longer available.
        Returns:
        This builder, for chaining