ImprovedFactions
Toggle table of contents
2.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.commands
/
CommandContext
Command
Context
interface
CommandContext
Inheritors
ByPassCommandContext
DisbandCommandContext
ReloadCommandContext
ForceClaimCommandContext
ForceInfoCommandContext
ForceJoinCommandContext
ForceLeaveCommandContext
ForceUnclaimCommandContext
ZoneClaimCommandContext
ZoneUnclaimCommandContext
ClaimCommandContext
FactionMapCommandContext
UnclaimCommandContext
HelpCommandContext
InfoCommandContext
ListFactionsCommandContext
VersionCommandContext
InviteAcceptCommandContext
InviteCommandContext
InviteDiscardCommandContext
ListInvitesCommandContext
CreateCommandContext
DeleteCommandContext
IconCommandContext
JoinTypeCommandContext
RenameCommandContext
BanCommandContext
JoinCommandContext
KickCommandContext
LeaveCommandContext
MembersCommandContext
TransferOwnershipCommandContext
UnBanCommandContext
AssignRankCommandContext
CreateRankCommandContext
DefaultRankCommandContext
DeleteRankCommandContext
EditPermissionsCommandContext
RankCommandRouteContext
SetPermissionCommandContext
ChatCommandContext
ChatSpyCommandContext
HomeSetCommandContext
TeleportHomeCommandContext
PowerAddCommandContext
PowerCommandContext
PowerSetCommandContext
SiegeCommandContext
AlliesCommandContext
AllyAcceptCommandContext
AllyCommandContext
EnemiesCommandContext
WarCommandContext
WildernessCommandContext
Members
Properties
parsers
Link copied to clipboard
abstract
val
parsers
:
Map
<
Class
<
*
>
,
ArgumentParser
>
Functions
get
Argument
Parser
Link copied to clipboard
open
fun
getArgumentParser
(
clazz
:
Class
<
*
>
)
:
ArgumentParser
?