GeneratorData

@Serializable
data class GeneratorData(val id: GeneratorId, val generator: String? = null, val type: String? = null, val biomeProvider: String? = null, val generatorSetting: String? = null)

ワールドジェネレータの情報を表すデータクラス

Parameters

id

ジェネレータID

name

ジェネレータ名 今後パラメータ等を追加する場合はここに追記する

Constructors

Link copied to clipboard
constructor(id: GeneratorId, generator: String? = null, type: String? = null, biomeProvider: String? = null, generatorSetting: String? = null)

Properties

Link copied to clipboard
val biomeProvider: String? = null
Link copied to clipboard
val generator: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String? = null