Uses of Class
net.minecraft.world.gen.GeneratorOptions
Packages that use GeneratorOptions
Package
Description
-
Uses of GeneratorOptions in net.minecraft.client
Methods in net.minecraft.client with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionvoid
MinecraftClient.createWorld(String worldName, LevelInfo levelInfo, DynamicRegistryManager.Impl registryTracker, GeneratorOptions generatorOptions)
-
Uses of GeneratorOptions in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as GeneratorOptionsMethods in net.minecraft.client.gui.screen.world that return GeneratorOptionsMethods in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionprivate void
MoreOptionsDialog.importOptions(DynamicRegistryManager.Impl registryManager, GeneratorOptions generatorOptions)
protected void
MoreOptionsDialog.setGeneratorOptions(GeneratorOptions generatorOptions)
Constructors in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsModifierConstructorDescriptionCreateWorldScreen(@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
Methods in net.minecraft.client.world that return GeneratorOptionsModifier 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)
Methods in net.minecraft.client.world with parameters of type GeneratorOptionsModifier 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
Fields in net.minecraft.server.dedicated declared as GeneratorOptions -
Uses of GeneratorOptions in net.minecraft.world
Methods in net.minecraft.world that return GeneratorOptions -
Uses of GeneratorOptions in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as GeneratorOptionsFields in net.minecraft.world.gen with type parameters of type GeneratorOptionsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<GeneratorOptions>
GeneratorOptions.CODEC
Methods in net.minecraft.world.gen that return GeneratorOptionsModifier 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)
Methods in net.minecraft.world.gen that return types with arguments of type GeneratorOptionsModifier and TypeMethodDescriptionprivate com.mojang.serialization.DataResult<GeneratorOptions>
GeneratorOptions.validate()
Constructors in net.minecraft.world.gen with parameters of type GeneratorOptions -
Uses of GeneratorOptions in net.minecraft.world.level
Fields in net.minecraft.world.level declared as GeneratorOptionsMethods in net.minecraft.world.level that return GeneratorOptionsMethods in net.minecraft.world.level with parameters of type GeneratorOptionsModifier 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)
Constructors in net.minecraft.world.level with parameters of type GeneratorOptionsModifierConstructorDescriptionprivate
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
Methods in net.minecraft.world.level.storage that return types with arguments of type GeneratorOptionsModifier 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)