Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
abstract class InviteAcceptCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
open class InviteAcceptCommandProcessor(plugin: ImprovedFactionsPlugin) : InviteAcceptCommand, CommandProcessor
Link copied to clipboard
Link copied to clipboard
abstract class InviteCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class InviteDiscardCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
open class InviteDiscardCommandProcessor(plugin: ImprovedFactionsPlugin) : InviteDiscardCommand, CommandProcessor
Link copied to clipboard
Link copied to clipboard
abstract class ListInvitesCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
open class ListInvitesCommandProcessor(plugin: ImprovedFactionsPlugin) : ListInvitesCommand, CommandProcessor