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_7726.optionsThe field for theoptionsrecord component.Methods in net.minecraft that return GeneratorOptionsModifier and TypeMethodDescriptionclass_7726.options()Returns the value of theoptionsrecord component.Methods in net.minecraft with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.DataResult<T>class_7726.method_45538(com.mojang.serialization.DynamicOps<T> dynamicOps, GeneratorOptions generatorOptions, class_7723 class_7723) static <T> com.mojang.serialization.DataResult<T>class_7726.method_45539(com.mojang.serialization.DynamicOps<T> dynamicOps, GeneratorOptions generatorOptions, DynamicRegistryManager dynamicRegistryManager) Constructors in net.minecraft with parameters of type GeneratorOptionsModifierConstructorDescriptionclass_7726(GeneratorOptions generatorOptions, class_7723 class_7723) -
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 GeneratorOptionsModifier and TypeMethodDescriptionMoreOptionsDialog.getGeneratorOptionsHolder(boolean hardcore, boolean bool) Methods in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionprivate voidMoreOptionsDialog.importOptions(GeneratorOptions generatorOptions, class_7723 class_7723) -
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, class_7723 class_7723) Constructors in net.minecraft.client.world with parameters of type GeneratorOptionsModifierConstructorDescriptionGeneratorOptionsHolder(GeneratorOptions generatorOptions, class_7723 class_7723, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) GeneratorOptionsHolder(GeneratorOptions generatorOptions, Registry<DimensionOptions> registry, class_7723 class_7723, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) -
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<DynamicRegistryManager, class_7723> function) -
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.field_40367private 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.method_45541()GeneratorOptions.method_45542(boolean bool) GeneratorOptions.withBonusChest(boolean bool) GeneratorOptions.withHardcore(OptionalLong optionalLong) 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, LevelProperties.class_7729 class_7729, 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, LevelProperties.class_7729 class_7729, com.mojang.serialization.Lifecycle lifecycle) LevelProperties(LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.class_7729 class_7729, com.mojang.serialization.Lifecycle lifecycle)