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
/
DropItem
Drop
Item
data
class
DropItem
(
val
item
:
ItemStack
?
,
val
location
:
Location
,
val
dropNaturally
:
Boolean
,
val
disableMerging
:
Boolean
,
val
despawnDurationTicks
:
Int
,
val
pickupDelayTicks
:
Int
,
val
prioritizePlayer
:
Boolean
,
val
inventoryFallback
:
Boolean
)
:
Action
Members
Constructors
Drop
Item
Link copied to clipboard
constructor
(
item
:
ItemStack
?
,
location
:
Location
,
dropNaturally
:
Boolean
,
disableMerging
:
Boolean
,
despawnDurationTicks
:
Int
,
pickupDelayTicks
:
Int
,
prioritizePlayer
:
Boolean
,
inventoryFallback
:
Boolean
)
Properties
despawn
Duration
Ticks
Link copied to clipboard
val
despawnDurationTicks
:
Int
disable
Merging
Link copied to clipboard
val
disableMerging
:
Boolean
drop
Naturally
Link copied to clipboard
val
dropNaturally
:
Boolean
inventory
Fallback
Link copied to clipboard
val
inventoryFallback
:
Boolean
item
Link copied to clipboard
val
item
:
ItemStack
?
location
Link copied to clipboard
val
location
:
Location
pickup
Delay
Ticks
Link copied to clipboard
val
pickupDelayTicks
:
Int
prioritize
Player
Link copied to clipboard
val
prioritizePlayer
:
Boolean