Uses of Class
net.minecraft.world.gen.GeneratorOptions
Packages that use GeneratorOptions
Package
Description
The base package for all Minecraft classes.
-
Uses of GeneratorOptions in net.minecraft
Fields in net.minecraft declared as GeneratorOptionsModifier and TypeFieldDescriptionprivate final GeneratorOptionsclass_7193.worldGenSettingsThe field for theworldGenSettingsrecord component.Methods in net.minecraft that return GeneratorOptionsModifier and TypeMethodDescriptionclass_7145.method_41585(long long2, boolean bool, boolean bool2) class_7145.method_41587(GeneratorOptions generatorOptions) class_7193.worldGenSettings()Returns the value of theworldGenSettingsrecord component.Methods in net.minecraft with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionclass_7145.method_41587(GeneratorOptions generatorOptions) class_7193.method_41864(GeneratorOptions generatorOptions) voidclass_7196.method_41895(String string, LevelInfo levelInfo, DynamicRegistryManager dynamicRegistryManager, GeneratorOptions generatorOptions) Constructors in net.minecraft with parameters of type GeneratorOptionsModifierConstructorDescriptionclass_7193(GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle, DynamicRegistryManager.Immutable immutable, DataPackContents dataPackContents) -
Uses of GeneratorOptions in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionprivate voidMoreOptionsDialog.importOptions(GeneratorOptions generatorOptions) Constructors in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsModifierConstructorDescriptionprivateOptimizeWorldScreen(BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, LevelInfo levelInfo, boolean eraseCache, GeneratorOptions generatorOptions) -
Uses of GeneratorOptions in net.minecraft.client.world
Methods in net.minecraft.client.world that return GeneratorOptionsModifier and TypeMethodDescriptionstatic GeneratorOptionsGeneratorType.createDefaultOptions(DynamicRegistryManager dynamicRegistryManager, long long2, boolean bool, boolean generateStructures) static GeneratorOptionsGeneratorType.method_41595(DynamicRegistryManager dynamicRegistryManager) static GeneratorOptionsGeneratorType.method_41596(DynamicRegistryManager dynamicRegistryManager, long long2) static GeneratorOptionsGeneratorType.method_41598(DynamicRegistryManager dynamicRegistryManager) Methods in net.minecraft.client.world with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionstatic Optional<RegistryKey<class_7145>>GeneratorType.method_41594(GeneratorOptions generatorOptions) -
Uses of GeneratorOptions in net.minecraft.server
Methods in net.minecraft.server with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionprivate static voidMain.forceUpgradeWorld(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, boolean eraseCache, BooleanSupplier continueCheck, GeneratorOptions generatorOptions) -
Uses of GeneratorOptions in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as GeneratorOptionsModifier and TypeFieldDescriptionprivate @Nullable GeneratorOptionsServerPropertiesHandler.generatorOptionsMethods in net.minecraft.server.dedicated that return GeneratorOptionsModifier and TypeMethodDescriptionServerPropertiesHandler.getGeneratorOptions(DynamicRegistryManager dynamicRegistryManager) ServerPropertiesHandler.WorldGenProperties.method_41242(DynamicRegistryManager dynamicRegistryManager) -
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 final com.mojang.serialization.Codec<GeneratorOptions>GeneratorOptions.CODECMethods in net.minecraft.world.gen that return GeneratorOptionsModifier and TypeMethodDescriptionstatic GeneratorOptionsGeneratorOptions.method_41563(DynamicRegistryManager dynamicRegistryManager, GeneratorOptions generatorOptions, ChunkGenerator chunkGenerator) GeneratorOptions.toggleBonusChest()GeneratorOptions.toggleGenerateStructures()GeneratorOptions.withBonusChest()GeneratorOptions.withHardcore(boolean hardcore, OptionalLong optionalLong) Methods in net.minecraft.world.gen that return types with arguments of type GeneratorOptionsModifier and TypeMethodDescriptionprivate com.mojang.serialization.DataResult<GeneratorOptions>GeneratorOptions.validate()Methods in net.minecraft.world.gen with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionstatic GeneratorOptionsGeneratorOptions.method_41563(DynamicRegistryManager dynamicRegistryManager, GeneratorOptions generatorOptions, ChunkGenerator chunkGenerator) 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 GeneratorOptionsMethods in net.minecraft.world.level that return GeneratorOptionsMethods in net.minecraft.world.level with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionstatic LevelPropertiesLevelProperties.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 GeneratorOptionsModifierConstructorDescriptionprivateLevelProperties(@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) -
Uses of GeneratorOptions in net.minecraft.world.updater
Fields in net.minecraft.world.updater declared as GeneratorOptionsConstructors in net.minecraft.world.updater with parameters of type GeneratorOptionsModifierConstructorDescriptionWorldUpdater(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, GeneratorOptions generatorOptions, boolean eraseCache)