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.data
/
InventorySlot
Inventory
Slot
sealed
class
InventorySlot
:
Keyed
Inheritors
ManualInput
HandSlot
FirstAvailableSlot
HotbarSlot
PlayerInventorySlot
HelmetSlot
ChestplateSlot
LeggingsSlot
BootsSlot
Members
Types
Boots
Slot
Link copied to clipboard
class
BootsSlot
:
InventorySlot
Chestplate
Slot
Link copied to clipboard
class
ChestplateSlot
:
InventorySlot
Companion
Link copied to clipboard
object
Companion
First
Available
Slot
Link copied to clipboard
class
FirstAvailableSlot
:
InventorySlot
Hand
Slot
Link copied to clipboard
class
HandSlot
:
InventorySlot
Helmet
Slot
Link copied to clipboard
class
HelmetSlot
:
InventorySlot
Hotbar
Slot
Link copied to clipboard
class
HotbarSlot
(
slot
:
Int
)
:
InventorySlot
Leggings
Slot
Link copied to clipboard
class
LeggingsSlot
:
InventorySlot
Manual
Input
Link copied to clipboard
data
class
ManualInput
(
val
inputSlot
:
Int
)
:
InventorySlot
Player
Inventory
Slot
Link copied to clipboard
class
PlayerInventorySlot
(
slot
:
Int
)
:
InventorySlot
Properties
key
Link copied to clipboard
open
override
val
key
:
String
slot
Link copied to clipboard
val
slot
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String