Interface AvoidTeam
public interface AvoidTeam
Provides details to avoid execution with a particular
Team.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theFunctionStateto continue execution avoiding the specifiedTeam.voidFlags to stop avoiding theTeam.
-
Method Details
-
getFunctionState
FunctionState getFunctionState()Obtains theFunctionStateto continue execution avoiding the specifiedTeam.- Returns:
FunctionStateto continue execution avoiding the specifiedTeam.
-
stopAvoidingTeam
void stopAvoidingTeam()Flags to stop avoiding theTeam.
-