Uses of Record Class
net.minecraft.world.dimension.DimensionOptions
Packages that use DimensionOptions
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of DimensionOptions in net.minecraft
Fields in net.minecraft with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionprivate final Registry<DimensionOptions>class_7723.class_7725.dimensionsThe field for thedimensionsrecord component.private final Registry<DimensionOptions>class_7723.dimensionsThe field for thedimensionsrecord component.private static final Set<RegistryKey<DimensionOptions>>class_7723.field_40364Methods in net.minecraft that return types with arguments of type DimensionOptionsModifier and TypeMethodDescriptionclass_7723.class_7725.dimensions()Returns the value of thedimensionsrecord component.class_7723.dimensions()Returns the value of thedimensionsrecord component.class_7723.method_45514(RegistryKey<DimensionOptions> registryKey) static Registry<DimensionOptions>class_7723.method_45519(Registry<DimensionOptions> registry, RegistryEntry<DimensionType> registryEntry, ChunkGenerator chunkGenerator) static Registry<DimensionOptions>class_7723.method_45520(Registry<DimensionType> registry, Registry<DimensionOptions> registry2, ChunkGenerator chunkGenerator) static Stream<RegistryKey<DimensionOptions>>class_7723.method_45525(Stream<RegistryKey<DimensionOptions>> stream) Methods in net.minecraft with parameters of type DimensionOptionsModifier and TypeMethodDescription(package private) static com.mojang.serialization.Lifecycleclass_7723.method_45515(RegistryKey<DimensionOptions> registryKey, DimensionOptions dimensionOptions) private static booleanclass_7723.method_45517(DimensionOptions dimensionOptions) private static booleanclass_7723.method_45528(RegistryKey<DimensionOptions> registryKey, DimensionOptions dimensionOptions) private static booleanclass_7723.method_45529(DimensionOptions dimensionOptions) private static booleanclass_7723.method_45533(DimensionOptions dimensionOptions) Method parameters in net.minecraft with type arguments of type DimensionOptionsModifier and TypeMethodDescriptionclass_7723.method_45514(RegistryKey<DimensionOptions> registryKey) (package private) static com.mojang.serialization.Lifecycleclass_7723.method_45515(RegistryKey<DimensionOptions> registryKey, DimensionOptions dimensionOptions) class_7723.method_45518(Registry<DimensionOptions> registry) static Registry<DimensionOptions>class_7723.method_45519(Registry<DimensionOptions> registry, RegistryEntry<DimensionType> registryEntry, ChunkGenerator chunkGenerator) static Stream<RegistryKey<DimensionOptions>>class_7723.method_45525(Stream<RegistryKey<DimensionOptions>> stream) private static booleanclass_7723.method_45528(RegistryKey<DimensionOptions> registryKey, DimensionOptions dimensionOptions) private static LevelProperties.class_7729class_7723.method_45530(Registry<DimensionOptions> registry) Constructor parameters in net.minecraft with type arguments of type DimensionOptionsModifierConstructorDescriptionclass_7723(Registry<DimensionOptions> registry) class_7725(Registry<DimensionOptions> registry, LevelProperties.class_7729 class_7729) -
Uses of DimensionOptions in net.minecraft.client.gui.screen.world
Constructor parameters in net.minecraft.client.gui.screen.world with type arguments of type DimensionOptionsModifierConstructorDescriptionprivateOptimizeWorldScreen(BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, LevelInfo levelInfo, boolean eraseCache, Registry<DimensionOptions> registry) -
Uses of DimensionOptions in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionprivate final Registry<DimensionOptions>GeneratorOptionsHolder.datapackDimensionsThe field for thedatapackDimensionsrecord component.Methods in net.minecraft.client.world that return types with arguments of type DimensionOptionsModifier and TypeMethodDescriptionGeneratorOptionsHolder.datapackDimensions()Returns the value of thedatapackDimensionsrecord component.Constructor parameters in net.minecraft.client.world with type arguments of type DimensionOptionsModifierConstructorDescriptionGeneratorOptionsHolder(GeneratorOptions generatorOptions, Registry<DimensionOptions> registry, class_7723 class_7723, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) -
Uses of DimensionOptions in net.minecraft.server
Method parameters in net.minecraft.server with type arguments of type DimensionOptionsModifier and TypeMethodDescriptionprivate static voidMain.forceUpgradeWorld(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, boolean eraseCache, BooleanSupplier continueCheck, Registry<DimensionOptions> registry) -
Uses of DimensionOptions in net.minecraft.server.world
Constructors in net.minecraft.server.world with parameters of type DimensionOptionsModifierConstructorDescriptionServerWorld(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, DimensionOptions dimensionOptions, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime) -
Uses of DimensionOptions in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<DimensionOptions>>Registry.DIMENSION_KEYA registry key representing theDimensionOptionstype.Methods in net.minecraft.util.registry that return types with arguments of type DimensionOptionsModifier and TypeMethodDescriptionstatic RegistryKey<DimensionOptions>Registry.method_45941(RegistryKey<World> registryKey) Method parameters in net.minecraft.util.registry with type arguments of type DimensionOptionsModifier and TypeMethodDescriptionstatic RegistryKey<World>Registry.method_45940(RegistryKey<DimensionOptions> registryKey) -
Uses of DimensionOptions in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DimensionOptions>DimensionOptions.CODECstatic final RegistryKey<DimensionOptions>DimensionOptions.ENDstatic final RegistryKey<DimensionOptions>DimensionOptions.NETHERstatic final RegistryKey<DimensionOptions>DimensionOptions.OVERWORLD -
Uses of DimensionOptions in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as DimensionOptionsModifier and TypeFieldDescriptionprivate final DimensionOptionsWorldPresets.Registrar.endDimensionOptionsprivate final DimensionOptionsWorldPresets.Registrar.netherDimensionOptionsFields in net.minecraft.world.gen with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionprivate final Map<RegistryKey<DimensionOptions>,DimensionOptions> WorldPreset.dimensionsprivate final Map<RegistryKey<DimensionOptions>,DimensionOptions> WorldPreset.dimensionsMethods in net.minecraft.world.gen that return DimensionOptionsModifier and TypeMethodDescriptionprivate DimensionOptionsWorldPresets.Registrar.createOverworldOptions(BiomeSource biomeSource, RegistryEntry<ChunkGeneratorSettings> chunkGeneratorSettings) private DimensionOptionsWorldPresets.Registrar.createOverworldOptions(ChunkGenerator chunkGenerator) static DimensionOptionsWorldPresets.getDefaultOverworldOptions(DynamicRegistryManager dynamicRegistryManager) Methods in net.minecraft.world.gen that return types with arguments of type DimensionOptionsModifier and TypeMethodDescriptionprivate Registry<DimensionOptions>WorldPreset.createDimensionOptionsRegistry()WorldPreset.getOverworld()Methods in net.minecraft.world.gen with parameters of type DimensionOptionsModifier and TypeMethodDescriptionprivate WorldPresetWorldPresets.Registrar.createPreset(DimensionOptions dimensionOptions) private RegistryEntry<WorldPreset>WorldPresets.Registrar.register(RegistryKey<WorldPreset> key, DimensionOptions dimensionOptions) Method parameters in net.minecraft.world.gen with type arguments of type DimensionOptionsModifier and TypeMethodDescriptionstatic Optional<RegistryKey<WorldPreset>>WorldPresets.getWorldPreset(Registry<DimensionOptions> registry) Constructor parameters in net.minecraft.world.gen with type arguments of type DimensionOptionsModifierConstructorDescriptionWorldPreset(Map<RegistryKey<DimensionOptions>, DimensionOptions> dimensions) WorldPreset(Map<RegistryKey<DimensionOptions>, DimensionOptions> dimensions) -
Uses of DimensionOptions in net.minecraft.world.level.storage
Method parameters in net.minecraft.world.level.storage with type arguments of type DimensionOptionsModifier and TypeMethodDescription(package private) static BiFunction<Path,com.mojang.datafixers.DataFixer, com.mojang.datafixers.util.Pair<SaveProperties, class_7723.class_7725>> LevelStorage.createLevelDataParser(com.mojang.serialization.DynamicOps<NbtElement> ops, class_7712 class_7712, Registry<DimensionOptions> registry, com.mojang.serialization.Lifecycle lifecycle) @Nullable com.mojang.datafixers.util.Pair<SaveProperties,class_7723.class_7725> LevelStorage.Session.readLevelProperties(com.mojang.serialization.DynamicOps<NbtElement> ops, class_7712 class_7712, Registry<DimensionOptions> registry, com.mojang.serialization.Lifecycle lifecycle) -
Uses of DimensionOptions in net.minecraft.world.updater
Fields in net.minecraft.world.updater with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionprivate final Registry<DimensionOptions>WorldUpdater.field_40113Constructor parameters in net.minecraft.world.updater with type arguments of type DimensionOptionsModifierConstructorDescriptionWorldUpdater(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, Registry<DimensionOptions> registry, boolean eraseCache)