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
/
Function
Function
interface
Function
Members
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
Automatic
Execution
Link copied to clipboard
abstract
suspend
fun
getAutomaticExecution
(
)
:
Int
get
Description
Link copied to clipboard
abstract
suspend
fun
getDescription
(
)
:
String
get
Icon
Link copied to clipboard
abstract
suspend
fun
getIcon
(
)
:
Item
get
Name
Link copied to clipboard
open
suspend
fun
getName
(
)
:
String
set
Automatic
Execution
Link copied to clipboard
abstract
suspend
fun
setAutomaticExecution
(
newAutomaticExecution
:
Int
)
:
Function
set
Description
Link copied to clipboard
abstract
suspend
fun
setDescription
(
newDescription
:
String
)
:
Function
set
Icon
Link copied to clipboard
abstract
suspend
fun
setIcon
(
newIcon
:
Item
)
:
Function
set
Name
Link copied to clipboard
abstract
suspend
fun
setName
(
newName
:
String
)
:
Function