fr.umlv.botbattle
Interface BotContext.Action<R extends BotContext.ActionResponse>

Type Parameters:
R - type of the response to an action.
All Known Implementing Classes:
ArenaAction, BombAction
Enclosing interface:
BotContext

public static interface BotContext.Action<R extends BotContext.ActionResponse>

marker interface of all actions allowed to a bot.

See Also:
BotContext.actionTypes()