RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.domain.gacha
/
GachaRewardItem
Gacha
Reward
Item
sealed
class
GachaRewardItem
ガチャの抽選アイテム(カスタムまたはバニラ)
Inheritors
Custom
Vanilla
Members
Types
Custom
Link copied to clipboard
data
class
Custom
(
val
item
:
CustomItem
)
:
GachaRewardItem
Vanilla
Link copied to clipboard
data
class
Vanilla
(
val
vanillaItem
:
GachaVanillaItem
)
:
GachaRewardItem
Properties
rarity
Link copied to clipboard
abstract
val
rarity
:
ItemRarity
Functions
to
Item
Stack
Link copied to clipboard
abstract
fun
toItemStack
(
)
:
ItemStack