Uses of Class
net.minecraft.world.dimension.DimensionOptions
Packages that use DimensionOptions
Package
Description
The base package for all Minecraft classes.
-
Uses of DimensionOptions in net.minecraft
Fields in net.minecraft with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionprivate final Map<RegistryKey<DimensionOptions>,DimensionOptions> class_7145.field_37727private final Map<RegistryKey<DimensionOptions>,DimensionOptions> class_7145.field_37727Methods in net.minecraft that return DimensionOptionsMethods in net.minecraft that return types with arguments of type DimensionOptionsModifier and TypeMethodDescriptionclass_7145.method_41584()private Registry<DimensionOptions>class_7145.method_41591()Constructor parameters in net.minecraft with type arguments of type DimensionOptionsModifierConstructorDescription -
Uses of DimensionOptions in net.minecraft.client.world
Fields in net.minecraft.client.world declared as DimensionOptionsModifier and TypeFieldDescriptionprivate final DimensionOptionsGeneratorType.class_7146.field_37737private final DimensionOptionsGeneratorType.class_7146.field_37740Methods in net.minecraft.client.world that return DimensionOptionsModifier and TypeMethodDescriptionstatic DimensionOptionsGeneratorType.method_41599(DynamicRegistryManager dynamicRegistryManager) private DimensionOptionsGeneratorType.class_7146.method_41601(BiomeSource biomeSource, RegistryEntry<ChunkGeneratorSettings> registryEntry) private DimensionOptionsGeneratorType.class_7146.method_41602(ChunkGenerator chunkGenerator) Methods in net.minecraft.client.world with parameters of type DimensionOptionsModifier and TypeMethodDescriptionprivate class_7145GeneratorType.class_7146.method_41603(DimensionOptions dimensionOptions) private RegistryEntry<class_7145>GeneratorType.class_7146.method_41604(RegistryKey<class_7145> registryKey, DimensionOptions dimensionOptions) -
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 bool, long long2, List<Spawner> list, boolean bool2) -
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. -
Uses of DimensionOptions in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionprivate static final Set<RegistryKey<DimensionOptions>>DimensionOptions.BASE_DIMENSIONSstatic final com.mojang.serialization.Codec<DimensionOptions>DimensionOptions.CODECstatic final RegistryKey<DimensionOptions>DimensionOptions.ENDstatic final RegistryKey<DimensionOptions>DimensionOptions.NETHERstatic final RegistryKey<DimensionOptions>DimensionOptions.OVERWORLDMethods in net.minecraft.world.dimension that return types with arguments of type DimensionOptionsModifier and TypeMethodDescriptionstatic Registry<DimensionOptions>DimensionOptions.method_29569(Registry<DimensionOptions> registry) static Stream<RegistryKey<DimensionOptions>>DimensionOptions.method_41526(Stream<RegistryKey<DimensionOptions>> stream) Method parameters in net.minecraft.world.dimension with type arguments of type DimensionOptionsModifier and TypeMethodDescriptionstatic booleanDimensionOptions.hasDefaultSettings(Registry<DimensionOptions> registry) static Registry<DimensionOptions>DimensionOptions.method_29569(Registry<DimensionOptions> registry) static Stream<RegistryKey<DimensionOptions>>DimensionOptions.method_41526(Stream<RegistryKey<DimensionOptions>> stream) -
Uses of DimensionOptions in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type DimensionOptionsModifier and TypeFieldDescriptionprivate final Registry<DimensionOptions>GeneratorOptions.optionsMethods in net.minecraft.world.gen that return types with arguments of type DimensionOptionsModifier and TypeMethodDescriptionGeneratorOptions.getDimensions()static Registry<DimensionOptions>GeneratorOptions.getRegistryWithReplacedOverworld(Registry<DimensionOptions> options, RegistryEntry<DimensionType> dimensionType, ChunkGenerator overworldGenerator) static Registry<DimensionOptions>GeneratorOptions.getRegistryWithReplacedOverworldGenerator(Registry<DimensionType> dimensionTypeRegistry, Registry<DimensionOptions> options, ChunkGenerator overworldGenerator) static RegistryKey<DimensionOptions>GeneratorOptions.toDimensionOptionsKey(RegistryKey<World> worldKey) Method parameters in net.minecraft.world.gen with type arguments of type DimensionOptionsModifier and TypeMethodDescriptionstatic Registry<DimensionOptions>GeneratorOptions.getRegistryWithReplacedOverworld(Registry<DimensionOptions> options, RegistryEntry<DimensionType> dimensionType, ChunkGenerator overworldGenerator) static RegistryKey<World>GeneratorOptions.toWorldKey(RegistryKey<DimensionOptions> dimensionOptionsKey) Constructor parameters in net.minecraft.world.gen with type arguments of type DimensionOptionsModifierConstructorDescriptionGeneratorOptions(long seed, boolean generateStructures, boolean bonusChest, Registry<DimensionOptions> options) privateGeneratorOptions(long seed, boolean generateStructures, boolean bonusChest, Registry<DimensionOptions> options, Optional<String> legacyCustomOptions)