Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
abstract class BanCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class JoinCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class KickCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class LeaveCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class MembersCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
open class MembersCommandProcessor(plugin: ImprovedFactionsPlugin) : MembersCommand, CommandProcessor
Link copied to clipboard
Link copied to clipboard
abstract class TransferOwnershipCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
open class TransferOwnershipCommandProcessor(plugin: ImprovedFactionsPlugin) : TransferOwnershipCommand, CommandProcessor
Link copied to clipboard
Link copied to clipboard
abstract class UnBanCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard