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
/
Layout
Layout
interface
Layout
Inheritors
LayoutImporter
Members
Properties
name
Link copied to clipboard
abstract
var
name
:
String
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
)
get
Boots
Link copied to clipboard
abstract
suspend
fun
getBoots
(
)
:
ItemStack
?
get
Chestplate
Link copied to clipboard
abstract
suspend
fun
getChestplate
(
)
:
ItemStack
?
get
Helmet
Link copied to clipboard
abstract
suspend
fun
getHelmet
(
)
:
ItemStack
?
get
Hotbar
Link copied to clipboard
abstract
suspend
fun
getHotbar
(
)
:
Array
<
ItemStack
>
get
Inventory
Link copied to clipboard
abstract
suspend
fun
getInventory
(
)
:
Array
<
ItemStack
>
get
Leggings
Link copied to clipboard
abstract
suspend
fun
getLeggings
(
)
:
ItemStack
?
get
Name
Link copied to clipboard
open
suspend
fun
getName
(
)
:
String
set
Boots
Link copied to clipboard
abstract
suspend
fun
setBoots
(
stack
:
ItemStack
)
:
Layout
set
Chestplate
Link copied to clipboard
abstract
suspend
fun
setChestplate
(
stack
:
ItemStack
)
:
Layout
set
Helmet
Link copied to clipboard
abstract
suspend
fun
setHelmet
(
stack
:
ItemStack
)
:
Layout
set
Hotbar
Link copied to clipboard
abstract
suspend
fun
setHotbar
(
stacks
:
Array
<
ItemStack
>
)
:
Layout
set
Inventory
Link copied to clipboard
abstract
suspend
fun
setInventory
(
stacks
:
Array
<
ItemStack
>
)
:
Layout
set
Leggings
Link copied to clipboard
abstract
suspend
fun
setLeggings
(
stack
:
ItemStack
)
:
Layout