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
/
GachaVanillaItem
Gacha
Vanilla
Item
data
class
GachaVanillaItem
(
val
material
:
Material
,
val
amount
:
Int
,
val
rarity
:
ItemRarity
)
ガチャで排出されるバニラアイテムの定義
全てのガチャで共通して排出されるバニラアイテムをレアリティごとに定義する
Parameters
material
アイテムのマテリアル
amount
排出される個数
rarity
レアリティ(重み計算に使用)
Members
Constructors
Gacha
Vanilla
Item
Link copied to clipboard
constructor
(
material
:
Material
,
amount
:
Int
,
rarity
:
ItemRarity
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
material
Link copied to clipboard
val
material
:
Material
rarity
Link copied to clipboard
val
rarity
:
ItemRarity