MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.world.generator
Package-level
declarations
Types
Types
Generator
Data
Link copied to clipboard
@
Serializable
data
class
GeneratorData
(
val
id
:
GeneratorId
,
val
generator
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
biomeProvider
:
String
?
=
null
,
val
generatorSetting
:
String
?
=
null
)
ワールドジェネレータの情報を表すデータクラス
Generator
Id
Link copied to clipboard
@
Serializable
(
with
=
GeneratorIdSerializer::class
)
class
GeneratorId
(
val
value
:
String
)
:
KoinComponent