Uses of Class
net.minecraft.world.gen.GeneratorOptions
Packages that use GeneratorOptions
Package
Description
-
Uses of GeneratorOptions in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as GeneratorOptionsModifier and TypeFieldDescriptionstatic final GeneratorOptionsSelectWorldScreen.DEBUG_GENERATOR_OPTIONS -
Uses of GeneratorOptions in net.minecraft.client.world
Fields in net.minecraft.client.world declared as GeneratorOptionsModifier and TypeFieldDescriptionprivate final GeneratorOptionsGeneratorOptionsHolder.generatorOptionsThe field for thegeneratorOptionsrecord component.Methods in net.minecraft.client.world that return GeneratorOptionsModifier and TypeMethodDescriptionGeneratorOptionsHolder.generatorOptions()Returns the value of thegeneratorOptionsrecord component.Methods in net.minecraft.client.world with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionGeneratorOptionsHolder.with(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder selectedDimensions) Constructors in net.minecraft.client.world with parameters of type GeneratorOptionsModifierConstructorDescriptionGeneratorOptionsHolder(GeneratorOptions options, Registry<DimensionOptions> datapackDimensions, DimensionOptionsRegistryHolder selectedDimensions, CombinedDynamicRegistries<ServerDynamicRegistryType> worldgenRegistries, DataPackContents dataPackResources, DataConfiguration dataConfiguration, InitialWorldOptions initialWorldCreationOptions) GeneratorOptionsHolder(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder selectedDimensions, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration, InitialWorldOptions initialWorldOptions) -
Uses of GeneratorOptions in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as GeneratorOptions -
Uses of GeneratorOptions in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionvoidIntegratedServerLoader.createAndStart(String levelName, LevelInfo levelInfo, GeneratorOptions dynamicRegistryManager, Function<RegistryWrapper.WrapperLookup, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier, Screen screen) -
Uses of GeneratorOptions in net.minecraft.test
Fields in net.minecraft.test 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 GeneratorOptionsModifier and TypeFieldDescriptionstatic final GeneratorOptionsGeneratorOptions.DEMO_OPTIONSprivate final GeneratorOptionsStructureAccessor.optionsFields in net.minecraft.world.gen with type parameters of type GeneratorOptionsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<GeneratorOptions> GeneratorOptions.CODECMethods in net.minecraft.world.gen that return GeneratorOptionsModifier and TypeMethodDescriptionstatic GeneratorOptionsGeneratorOptions.createRandom()static GeneratorOptionsGeneratorOptions.createTestWorld()GeneratorOptions.withBonusChest(boolean bonusChest) GeneratorOptions.withSeed(OptionalLong seed) GeneratorOptions.withStructures(boolean structures) Constructors in net.minecraft.world.gen with parameters of type GeneratorOptionsModifierConstructorDescriptionStructureAccessor(WorldAccess world, GeneratorOptions options, StructureLocator locator) -
Uses of GeneratorOptions in net.minecraft.world.level
Fields in net.minecraft.world.level declared as GeneratorOptionsModifier and TypeFieldDescriptionprivate final GeneratorOptionsLevelProperties.generatorOptionsprivate final GeneratorOptionsWorldGenSettings.generatorOptionsThe field for thegeneratorOptionsrecord component.Methods in net.minecraft.world.level that return GeneratorOptionsModifier and TypeMethodDescriptionWorldGenSettings.generatorOptions()Returns the value of thegeneratorOptionsrecord component.LevelProperties.getGeneratorOptions()Methods in net.minecraft.world.level with parameters of type GeneratorOptionsModifier 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> LevelPropertiesLevelProperties.readProperties(com.mojang.serialization.Dynamic<T> dynamic, LevelInfo info, LevelProperties.SpecialProperty specialProperty, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) Constructors in net.minecraft.world.level with parameters of type GeneratorOptionsModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, WorldProperties.SpawnPoint spawnPoint, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, Optional<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 options, DimensionOptionsRegistryHolder dimensions)