EffectiveSpigot
Toggle table of contents
1.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EffectiveSpigot
EffectiveSpigot
/
ru.hukm.effectiveSpigot.minecraft.loottables
/
CustomLootable
/
ItemCellData
Item
Cell
Data
data
class
ItemCellData
(
val
item
:
ItemStack
,
val
chanceSpawn
:
Double
)
One loot entry: an
item
and its independent
chanceSpawn
in
0.0..1.0
.
Members
Constructors
Item
Cell
Data
Link copied to clipboard
constructor
(
item
:
ItemStack
,
chanceSpawn
:
Double
)
Properties
chance
Spawn
Link copied to clipboard
val
chanceSpawn
:
Double
item
Link copied to clipboard
val
item
:
ItemStack