Uses of Class
net.minecraft.world.gen.GeneratorOptions
Package
Description
-
Uses of GeneratorOptions in net.minecraft.client
Modifier and TypeMethodDescriptionvoid
MinecraftClient.createWorld(String worldName, LevelInfo levelInfo, DynamicRegistryManager.Impl registryTracker, GeneratorOptions generatorOptions)
-
Uses of GeneratorOptions in net.minecraft.client.gui.screen.world
Modifier and TypeMethodDescriptionprivate void
MoreOptionsDialog.importOptions(DynamicRegistryManager.Impl registryManager, GeneratorOptions generatorOptions)
protected void
MoreOptionsDialog.setGeneratorOptions(GeneratorOptions generatorOptions)
ModifierConstructorDescriptionCreateWorldScreen(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptions generatorOptions, @Nullable Path dataPackTempDir, DataPackSettings dataPackSettings, DynamicRegistryManager.Impl registryManager)
MoreOptionsDialog(DynamicRegistryManager.Impl registryManager, GeneratorOptions generatorOptions, Optional<GeneratorType> generatorType, OptionalLong seed)
-
Uses of GeneratorOptions in net.minecraft.client.world
Modifier and TypeMethodDescriptionGeneratorType.createDefaultOptions(DynamicRegistryManager.Impl registryManager, long seed, boolean generateStructures, boolean bonusChest)
private static GeneratorOptions
GeneratorType.createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome)
Modifier and TypeMethodDescriptionGeneratorType.ScreenProvider.createEditScreen(CreateWorldScreen screen, GeneratorOptions generatorOptions)
private static GeneratorOptions
GeneratorType.createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome)
static Optional<GeneratorType>
GeneratorType.fromGeneratorOptions(GeneratorOptions generatorOptions)
private static Biome
GeneratorType.getFirstBiome(DynamicRegistryManager registryManager, GeneratorOptions options)
-
Uses of GeneratorOptions in net.minecraft.server.dedicated
-
Uses of GeneratorOptions in net.minecraft.world
-
Uses of GeneratorOptions in net.minecraft.world.gen
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<GeneratorOptions>
GeneratorOptions.CODEC
Modifier and TypeMethodDescriptionstatic GeneratorOptions
GeneratorOptions.createDemo(DynamicRegistryManager registryManager)
static GeneratorOptions
GeneratorOptions.fromProperties(DynamicRegistryManager registryManager, Properties properties)
static GeneratorOptions
GeneratorOptions.getDefaultOptions(Registry<DimensionType> registry, Registry<Biome> registry2, Registry<ChunkGeneratorSettings> registry3)
GeneratorOptions.toggleBonusChest()
GeneratorOptions.toggleGenerateStructures()
GeneratorOptions.withBonusChest()
GeneratorOptions.withHardcore(boolean hardcore, OptionalLong seed)
Modifier and TypeMethodDescriptionprivate com.mojang.serialization.DataResult<GeneratorOptions>
GeneratorOptions.validate()
-
Uses of GeneratorOptions in net.minecraft.world.level
Modifier and TypeMethodDescriptionstatic LevelProperties
LevelProperties.readProperties(com.mojang.serialization.Dynamic<NbtElement> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)
ModifierConstructorDescriptionprivate
LevelProperties(@Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)
LevelProperties(LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)
-
Uses of GeneratorOptions in net.minecraft.world.level.storage
Modifier and TypeMethodDescriptionprivate static <T> com.mojang.datafixers.util.Pair<GeneratorOptions,com.mojang.serialization.Lifecycle>
LevelStorage.readGeneratorProperties(com.mojang.serialization.Dynamic<T> levelData, com.mojang.datafixers.DataFixer dataFixer, int version)