ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.commands.claim
/
FactionMapCommand
Faction
Map
Command
abstract
class
FactionMapCommand
:
FactionMapCommandContext
Members
Members & Extensions
Constructors
Faction
Map
Command
Link copied to clipboard
constructor
(
)
Properties
command
Data
Link copied to clipboard
abstract
val
commandData
:
CommandData
height
Link copied to clipboard
val
height
:
Int
label
Link copied to clipboard
abstract
val
label
:
String
parsers
Link copied to clipboard
open
override
val
parsers
:
Map
<
Class
<
*
>
,
ArgumentParser
>
width
Link copied to clipboard
val
width
:
Int
Functions
can
Execute
Link copied to clipboard
open
override
fun
canExecute
(
sender
:
CommandSender
,
args
:
Array
<
String
>
)
:
Boolean
execute
Link copied to clipboard
abstract
fun
execute
(
sender
:
CommandSender
,
args
:
Array
<
String
>
)
:
CommandProcessResult
?
get
Argument
Parser
Link copied to clipboard
open
fun
getArgumentParser
(
clazz
:
Class
<
*
>
)
:
ArgumentParser
?
get
Meta
Link copied to clipboard
fun
CommandProcessor
.
getMeta
(
)
:
GeneratedCommandMeta
?
process
Link copied to clipboard
fun
process
(
player
:
Player
)
:
CommandProcessResult
tab
Complete
Link copied to clipboard
abstract
fun
tabComplete
(
sender
:
CommandSender
,
args
:
Array
<
String
>
)
:
List
<
String
>