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
/
CommandProcessor
Command
Processor
interface
CommandProcessor
Inheritors
ByPassCommandProcessor
ByPassCommandContext
DisbandCommandProcessor
DisbandCommandContext
ReloadCommandProcessor
ReloadCommandContext
ForceClaimCommandProcessor
ForceClaimCommandContext
ForceInfoCommandProcessor
ForceInfoCommandContext
ForceJoinCommandProcessor
ForceJoinCommandContext
ForceLeaveCommandProcessor
ForceLeaveCommandContext
ForceUnclaimCommandProcessor
ForceUnclaimCommandContext
ZoneClaimCommandProcessor
ZoneClaimCommandContext
ZoneUnclaimCommandProcessor
ZoneUnclaimCommandContext
ClaimCommandProcessor
ClaimCommandContext
FactionMapCommandProcessor
FactionMapCommandContext
UnclaimCommandProcessor
UnclaimCommandContext
HelpCommandProcessor
HelpCommandContext
InfoCommandProcessor
InfoCommandContext
ListFactionsCommandProcessor
ListFactionsCommandContext
VersionCommandProcessor
VersionCommandContext
InviteAcceptCommandProcessor
InviteAcceptCommandContext
InviteCommandProcessor
InviteCommandContext
InviteDiscardCommandProcessor
InviteDiscardCommandContext
ListInvitesCommandProcessor
ListInvitesCommandContext
CreateCommandProcessor
CreateCommandContext
DeleteCommandProcessor
DeleteCommandContext
IconCommandProcessor
IconCommandContext
JoinTypeCommandProcessor
JoinTypeCommandContext
RenameCommandProcessor
RenameCommandContext
BanCommandProcessor
BanCommandContext
JoinCommandProcessor
JoinCommandContext
KickCommandProcessor
KickCommandContext
LeaveCommandProcessor
LeaveCommandContext
MembersCommandProcessor
MembersCommandContext
TransferOwnershipCommandProcessor
TransferOwnershipCommandContext
UnBanCommandProcessor
UnBanCommandContext
AssignRankCommandProcessor
AssignRankCommandContext
CreateRankCommandProcessor
CreateRankCommandContext
DefaultRankCommandProcessor
DefaultRankCommandContext
DeleteRankCommandProcessor
DeleteRankCommandContext
EditPermissionsCommandProcessor
EditPermissionsCommandContext
RankCommandRouteProcessor
RankCommandRouteContext
SetPermissionCommandProcessor
SetPermissionCommandContext
ChatCommandProcessor
ChatCommandContext
ChatSpyCommandProcessor
ChatSpyCommandContext
HomeSetCommandProcessor
HomeSetCommandContext
TeleportHomeCommandProcessor
TeleportHomeCommandContext
PowerAddCommandProcessor
PowerAddCommandContext
PowerCommandProcessor
PowerCommandContext
PowerSetCommandProcessor
PowerSetCommandContext
SiegeCommandProcessor
SiegeCommandContext
AlliesCommandProcessor
AlliesCommandContext
AllyAcceptCommandProcessor
AllyAcceptCommandContext
AllyCommandProcessor
AllyCommandContext
EnemiesCommandProcessor
EnemiesCommandContext
WarCommandProcessor
WarCommandContext
WildernessCommandProcessor
WildernessCommandContext
Members
Members & Extensions
Properties
command
Data
Link copied to clipboard
abstract
val
commandData
:
CommandData
label
Link copied to clipboard
abstract
val
label
:
String
Functions
can
Execute
Link copied to clipboard
open
fun
canExecute
(
sender
:
CommandSender
,
args
:
Array
<
String
>
)
:
Boolean
execute
Link copied to clipboard
abstract
fun
execute
(
sender
:
CommandSender
,
args
:
Array
<
String
>
)
:
CommandProcessResult
?
get
Meta
Link copied to clipboard
fun
CommandProcessor
.
getMeta
(
)
:
GeneratedCommandMeta
?
tab
Complete
Link copied to clipboard
abstract
fun
tabComplete
(
sender
:
CommandSender
,
args
:
Array
<
String
>
)
:
List
<
String
>