MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.core.world
/
GeneratorManager
Generator
Manager
interface
GeneratorManager
ワールドジェネレータの管理を行うインターフェース
Members
Functions
add
Generator
Link copied to clipboard
abstract
fun
addGenerator
(
generator
:
GeneratorData
)
ジェネレータを追加する
get
All
Generators
Link copied to clipboard
abstract
fun
getAllGenerators
(
)
:
List
<
GeneratorData
>
登録されている全ジェネレータを取得する
get
Generator
Link copied to clipboard
abstract
fun
getGenerator
(
id
:
GeneratorId
)
:
GeneratorData
?
ジェネレータIDからGeneratorDataを取得する