Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
abstract class ZoneClaimCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
open class ZoneClaimCommandProcessor(plugin: ImprovedFactionsPlugin) : ZoneClaimCommand, CommandProcessor
Link copied to clipboard
Link copied to clipboard
abstract class ZoneUnclaimCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
open class ZoneUnclaimCommandProcessor(plugin: ImprovedFactionsPlugin) : ZoneUnclaimCommand, CommandProcessor