1.21.9
Toggle table of contents
0.2.5+1.21.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
1.21.9
1.21.9
/
llc.redstone.systemsapi.api
/
Command
Command
interface
Command
Members
Types
Command
Mode
Link copied to clipboard
enum
CommandMode
:
Enum
<
Command.CommandMode
>
Properties
name
Link copied to clipboard
abstract
var
name
:
String
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
)
get
Action
Container
Link copied to clipboard
abstract
suspend
fun
getActionContainer
(
)
:
ActionContainer
get
Command
Mode
Link copied to clipboard
abstract
suspend
fun
getCommandMode
(
)
:
Command.CommandMode
get
Listed
Link copied to clipboard
abstract
suspend
fun
getListed
(
)
:
Boolean
get
Name
Link copied to clipboard
open
suspend
fun
getName
(
)
:
String
get
Required
Group
Priority
Link copied to clipboard
abstract
suspend
fun
getRequiredGroupPriority
(
)
:
Int
set
Command
Mode
Link copied to clipboard
abstract
suspend
fun
setCommandMode
(
newCommandMode
:
Command.CommandMode
)
:
Command
set
Listed
Link copied to clipboard
abstract
suspend
fun
setListed
(
newListed
:
Boolean
)
:
Command
set
Name
Link copied to clipboard
abstract
suspend
fun
setName
(
newName
:
String
)
:
Command
set
Required
Group
Priority
Link copied to clipboard
abstract
suspend
fun
setRequiredGroupPriority
(
newPriority
:
Int
)
:
Command