Uses of Class
net.minecraft.world.Dimension
-
Packages that use Dimension Package Description net.minecraft.util.registry net.minecraft.world net.minecraft.world.gen.settings net.minecraftforge.common -
-
Uses of Dimension in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Dimension Modifier and Type Field Description static RegistryKey<Registry<Dimension>>Registry. LEVEL_STEM_REGISTRY -
Uses of Dimension in net.minecraft.world
Fields in net.minecraft.world with type parameters of type Dimension Modifier and Type Field Description private static java.util.LinkedHashSet<RegistryKey<Dimension>>Dimension. BUILTIN_ORDERstatic com.mojang.serialization.Codec<Dimension>Dimension. CODECstatic RegistryKey<Dimension>Dimension. ENDstatic RegistryKey<Dimension>Dimension. NETHERstatic RegistryKey<Dimension>Dimension. OVERWORLDMethods in net.minecraft.world that return types with arguments of type Dimension Modifier and Type Method Description static SimpleRegistry<Dimension>DimensionType. defaultDimensions(Registry<DimensionType> p_242718_0_, Registry<Biome> p_242718_1_, Registry<DimensionSettings> p_242718_2_, long p_242718_3_)static SimpleRegistry<Dimension>Dimension. sortMap(SimpleRegistry<Dimension> p_236062_0_)Method parameters in net.minecraft.world with type arguments of type Dimension Modifier and Type Method Description static SimpleRegistry<Dimension>Dimension. sortMap(SimpleRegistry<Dimension> p_236062_0_)static booleanDimension. stable(long p_236060_0_, SimpleRegistry<Dimension> p_236060_2_) -
Uses of Dimension in net.minecraft.world.gen.settings
Fields in net.minecraft.world.gen.settings with type parameters of type Dimension Modifier and Type Field Description private SimpleRegistry<Dimension>DimensionGeneratorSettings. dimensionsMethods in net.minecraft.world.gen.settings that return types with arguments of type Dimension Modifier and Type Method Description SimpleRegistry<Dimension>DimensionGeneratorSettings. dimensions()static SimpleRegistry<Dimension>DimensionGeneratorSettings. withOverworld(Registry<DimensionType> p_242749_0_, SimpleRegistry<Dimension> p_242749_1_, ChunkGenerator p_242749_2_)static SimpleRegistry<Dimension>DimensionGeneratorSettings. withOverworld(SimpleRegistry<Dimension> p_241520_0_, java.util.function.Supplier<DimensionType> p_241520_1_, ChunkGenerator p_241520_2_)Method parameters in net.minecraft.world.gen.settings with type arguments of type Dimension Modifier and Type Method Description static SimpleRegistry<Dimension>DimensionGeneratorSettings. withOverworld(Registry<DimensionType> p_242749_0_, SimpleRegistry<Dimension> p_242749_1_, ChunkGenerator p_242749_2_)static SimpleRegistry<Dimension>DimensionGeneratorSettings. withOverworld(SimpleRegistry<Dimension> p_241520_0_, java.util.function.Supplier<DimensionType> p_241520_1_, ChunkGenerator p_241520_2_)Constructor parameters in net.minecraft.world.gen.settings with type arguments of type Dimension Constructor Description DimensionGeneratorSettings(long p_i231914_1_, boolean p_i231914_3_, boolean p_i231914_4_, SimpleRegistry<Dimension> p_i231914_5_)DimensionGeneratorSettings(long p_i231915_1_, boolean p_i231915_3_, boolean p_i231915_4_, SimpleRegistry<Dimension> p_i231915_5_, java.util.Optional<java.lang.String> p_i231915_6_) -
Uses of Dimension in net.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type Dimension Modifier and Type Field Description private static LazyValue<com.mojang.serialization.Codec<SimpleRegistry<Dimension>>>ForgeHooks. CODEC
-