Interface AvoidTeam


public interface AvoidTeam
Provides details to avoid execution with a particular Team.
Author:
Daniel Sagenschneider
  • Method Details

    • getFunctionState

      FunctionState getFunctionState()
      Obtains the FunctionState to continue execution avoiding the specified Team.
      Returns:
      FunctionState to continue execution avoiding the specified Team.
    • stopAvoidingTeam

      void stopAvoidingTeam()
      Flags to stop avoiding the Team.