public interface IMixinWorld
Modifier and Type | Method and Description |
---|---|
ImmutableList<org.spongepowered.api.world.gen.GeneratorPopulator> |
getGeneratorPopulators() |
ImmutableList<org.spongepowered.api.world.gen.Populator> |
getPopulators() |
SpongeConfig<SpongeConfig.WorldConfig> |
getWorldConfig() |
void |
updateWorldGenerator() |
SpongeConfig<SpongeConfig.WorldConfig> getWorldConfig()
ImmutableList<org.spongepowered.api.world.gen.Populator> getPopulators()
ImmutableList<org.spongepowered.api.world.gen.GeneratorPopulator> getGeneratorPopulators()
void updateWorldGenerator()