Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class AlliesCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
abstract class AllyAcceptCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
abstract class AllyCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
abstract class EnemiesCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
class PeaceCommand(plugin: ImprovedFactionsPlugin) : PlayerSubCommand
Link copied to clipboard
class SendPower(plugin: ImprovedFactionsPlugin) : PlayerSubCommand
Link copied to clipboard
abstract class WarCommand : WarCommandContext
Link copied to clipboard
abstract class WarCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext