Terix
1.4.0
Terix-API
/
dev.racci.terix.api.data
/
TerixConfig
/
GUI
/
GUIItemSlot
GUIItem
Slot
@
ConfigSerializable
data
class
GUIItemSlot
(
val
display
:
String
,
val
position
:
String
,
val
lore
:
List
<
PartialComponent
>
=
emptyList()
,
val
commands
:
List
<
String
>
=
emptyList()
)
Constructors
Properties
Constructors
GUIItem
Slot
Link copied to clipboard
fun
GUIItemSlot
(
display
:
String
,
position
:
String
,
lore
:
List
<
PartialComponent
>
=
emptyList()
,
commands
:
List
<
String
>
=
emptyList()
)
Properties
commands
Link copied to clipboard
val
commands
:
List
<
String
>
display
Link copied to clipboard
@
Required
val
display
:
String
lore
Link copied to clipboard
val
lore
:
List
<
PartialComponent
>
position
Link copied to clipboard
@
Required
val
position
:
String