ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.modules.relations.commands
/
SendPower
Send
Power
class
SendPower
(
plugin
:
ImprovedFactionsPlugin
)
:
PlayerSubCommand
Members
Members & Extensions
Constructors
Send
Power
Link copied to clipboard
constructor
(
plugin
:
ImprovedFactionsPlugin
)
Properties
permission
Link copied to clipboard
@
NotNull
@get:
NotNull
val
permission
:
@
NotNull
String
Functions
add
Child
Link copied to clipboard
open
fun
addChild
(
@
NotNull
p0
:
@
NotNull
SubCommand
)
children
Tab
List
Link copied to clipboard
@
NotNull
open
fun
childrenTabList
(
@
NotNull
p0
:
@
NotNull
CommandSender
,
@
NotNull
p1
:
Array
<
@
NotNull
String
>
)
:
@
NotNull
MutableList
<
String
>
get
Args
Link copied to clipboard
@
NotNull
open
fun
getArgs
(
)
:
Array
<
@
NotNull
Argument
<
*
>
>
get
Child
Link copied to clipboard
@
Nullable
open
fun
getChild
(
@
NotNull
p0
:
@
NotNull
String
)
:
@
Nullable
SubCommand
?
get
Children
Link copied to clipboard
@
NotNull
open
fun
getChildren
(
)
:
@
NotNull
MutableMap
<
String
,
SubCommand
>
get
Config
Link copied to clipboard
@
NotNull
open
fun
getConfig
(
@
NotNull
p0
:
@
NotNull
JavaPlugin
)
:
@
NotNull
ConfigurationSection
get
Label
Link copied to clipboard
@
NotNull
open
fun
getLabel
(
)
:
@
NotNull
String
get
Meta
Link copied to clipboard
fun
SubCommand
.
getMeta
(
)
:
CommandMeta
?
get
Parent
Link copied to clipboard
@
Nullable
open
fun
getParent
(
)
:
@
Nullable
Command
?
route
Call
Link copied to clipboard
open
fun
routeCall
(
@
NotNull
p0
:
@
NotNull
CommandSender
,
@
NotNull
p1
:
Array
<
@
NotNull
String
>
)
:
Boolean
route
Tab
Link copied to clipboard
@
Nullable
open
fun
routeTab
(
@
NotNull
p0
:
@
NotNull
CommandSender
,
@
NotNull
p1
:
Array
<
@
NotNull
String
>
)
:
@
Nullable
MutableList
<
String
>
?
search
Child
Link copied to clipboard
@
NotNull
open
fun
searchChild
(
@
NotNull
p0
:
@
NotNull
Class
<
out
SubCommand
>
)
:
@
NotNull
Optional
<
SubCommand
>
show
In
Tab
Link copied to clipboard
open
override
fun
showInTab
(
@
NotNull
p0
:
@
NotNull
CommandSender
,
@
NotNull
p1
:
Array
<
@
NotNull
String
>
)
:
Boolean