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
/
Action
/
GiveItem
Give
Item
data
class
GiveItem
(
val
item
:
ItemStack
?
,
val
allowMultiple
:
Boolean
,
val
inventorySlot
:
InventorySlot
?
,
val
replaceExistingItem
:
Boolean
=
false
)
:
Action
Members
Constructors
Give
Item
Link copied to clipboard
constructor
(
item
:
ItemStack
?
,
allowMultiple
:
Boolean
,
inventorySlot
:
InventorySlot
?
,
replaceExistingItem
:
Boolean
=
false
)
Properties
allow
Multiple
Link copied to clipboard
val
allowMultiple
:
Boolean
inventory
Slot
Link copied to clipboard
val
inventorySlot
:
InventorySlot
?
item
Link copied to clipboard
val
item
:
ItemStack
?
replace
Existing
Item
Link copied to clipboard
val
replaceExistingItem
:
Boolean