Uses of Class
net.minecraft.world.gen.GeneratorOptions
Package
Description
-
Uses of GeneratorOptions in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionstatic final GeneratorOptions
SelectWorldScreen.DEBUG_GENERATOR_OPTIONS
-
Uses of GeneratorOptions in net.minecraft.client.world
Modifier and TypeFieldDescriptionprivate final GeneratorOptions
GeneratorOptionsHolder.generatorOptions
The field for thegeneratorOptions
record component.Modifier and TypeMethodDescriptionGeneratorOptionsHolder.generatorOptions()
Returns the value of thegeneratorOptions
record component.Modifier and TypeMethodDescriptionGeneratorOptionsHolder.with
(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder selectedDimensions) ModifierConstructorDescriptionGeneratorOptionsHolder
(GeneratorOptions generatorOptions, Registry<DimensionOptions> registry, DimensionOptionsRegistryHolder dimensionOptionsRegistryHolder, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration) GeneratorOptionsHolder
(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder selectedDimensions, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration) -
Uses of GeneratorOptions in net.minecraft.server.dedicated
-
Uses of GeneratorOptions in net.minecraft.server.integrated
Modifier and TypeMethodDescriptionvoid
IntegratedServerLoader.createAndStart
(String levelName, LevelInfo levelInfo, GeneratorOptions dynamicRegistryManager, Function<DynamicRegistryManager, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier, Screen screen) -
Uses of GeneratorOptions in net.minecraft.test
-
Uses of GeneratorOptions in net.minecraft.world
-
Uses of GeneratorOptions in net.minecraft.world.gen
Modifier and TypeFieldDescriptionstatic final GeneratorOptions
GeneratorOptions.DEMO_OPTIONS
private final GeneratorOptions
StructureAccessor.options
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<GeneratorOptions>
GeneratorOptions.CODEC
Modifier and TypeMethodDescriptionstatic GeneratorOptions
GeneratorOptions.createRandom()
GeneratorOptions.withBonusChest
(boolean bonusChest) GeneratorOptions.withSeed
(OptionalLong seed) GeneratorOptions.withStructures
(boolean structures) ModifierConstructorDescriptionStructureAccessor
(WorldAccess world, GeneratorOptions options, StructureLocator locator) -
Uses of GeneratorOptions in net.minecraft.world.level
Modifier and TypeFieldDescriptionprivate final GeneratorOptions
LevelProperties.generatorOptions
private final GeneratorOptions
WorldGenSettings.generatorOptions
The field for thegeneratorOptions
record component.Modifier and TypeMethodDescriptionWorldGenSettings.generatorOptions()
Returns the value of thegeneratorOptions
record component.LevelProperties.getGeneratorOptions()
Modifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.DataResult<T>
WorldGenSettings.encode
(com.mojang.serialization.DynamicOps<T> registryOps, GeneratorOptions generatorOptions, DynamicRegistryManager dynamicRegistryManager) static <T> com.mojang.serialization.DataResult<T>
WorldGenSettings.encode
(com.mojang.serialization.DynamicOps<T> registryOps, GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder dimensionOptionsRegistryHolder) static <T> LevelProperties
LevelProperties.readProperties
(com.mojang.serialization.Dynamic<T> dynamic, LevelInfo info, LevelProperties.SpecialProperty specialProperty, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) ModifierConstructorDescriptionprivate
LevelProperties
(@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, Set<String> removedFeatures, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle) LevelProperties
(LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle) WorldGenSettings
(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder dimensionOptionsRegistryHolder) Creates an instance of aWorldGenSettings
record class.