Uses of Record Class
net.minecraft.world.dimension.DimensionType
Packages that use DimensionType
Package
Description
The base package for all Minecraft classes.
-
Uses of DimensionType in net.minecraft
Constructor parameters in net.minecraft with type arguments of type DimensionTypeModifierConstructorDescriptionclass_12205(RegistryEntry<DimensionType> registryEntry, DynamicRegistryManager dynamicRegistryManager, BiomeAccess biomeAccess) -
Uses of DimensionType in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type DimensionTypeModifier and TypeMethodDescriptionstatic DimensionEffectsDimensionEffects.byDimensionType(DimensionType dimensionType) static floatLightmapTextureManager.getBrightness(DimensionType type, int lightLevel) -
Uses of DimensionType in net.minecraft.client.world
Constructor parameters in net.minecraft.client.world with type arguments of type DimensionTypeModifierConstructorDescriptionClientWorld(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimensionType, int loadDistance, int simulationDistance, WorldRenderer worldRenderer, boolean debugWorld, long seed, int seaLevel) -
Uses of DimensionType in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type DimensionTypeModifier and TypeFieldDescriptionprivate final RegistryEntry<DimensionType> CommonPlayerSpawnInfo.dimensionTypeThe field for thedimensionTyperecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type DimensionTypeModifier and TypeMethodDescriptionCommonPlayerSpawnInfo.dimensionType()Returns the value of thedimensionTyperecord component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type DimensionTypeModifierConstructorDescriptionCommonPlayerSpawnInfo(RegistryEntry<DimensionType> dimensionType, RegistryKey<World> dimension, long seed, GameMode gameType, @Nullable GameMode previousGameType, boolean isDebug, boolean isFlat, Optional<GlobalPos> lastDeathLocation, int portalCooldown, int seaLevel) -
Uses of DimensionType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type DimensionTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<DimensionType>> RegistryKeys.DIMENSION_TYPE -
Uses of DimensionType in net.minecraft.village.raid
Method parameters in net.minecraft.village.raid with type arguments of type DimensionTypeModifier and TypeMethodDescriptionstatic PersistentStateType<RaidManager> RaidManager.getPersistentStateType(RegistryEntry<DimensionType> dimensionType) -
Uses of DimensionType in net.minecraft.world
Fields in net.minecraft.world declared as DimensionTypeFields in net.minecraft.world with type parameters of type DimensionTypeMethods in net.minecraft.world that return DimensionTypeModifier and TypeMethodDescriptionChunkRegion.getDimension()World.getDimension()WorldView.getDimension()Methods in net.minecraft.world that return types with arguments of type DimensionTypeConstructor parameters in net.minecraft.world with type arguments of type DimensionTypeModifierConstructorDescriptionprotectedWorld(MutableWorldProperties properties, RegistryKey<World> registryRef, DynamicRegistryManager registryManager, RegistryEntry<DimensionType> registryEntry, boolean isClient, boolean debugWorld, long seed, int maxChainedNeighborUpdates) -
Uses of DimensionType in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension with type parameters of type DimensionTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DimensionType> DimensionType.CODECprivate final RegistryEntry<DimensionType> DimensionOptions.dimensionTypeEntryThe field for thedimensionTypeEntryrecord component.static final com.mojang.serialization.Codec<DimensionType> DimensionType.field_63812static final RegistryKey<DimensionType> DimensionTypes.OVERWORLDstatic final RegistryKey<DimensionType> DimensionTypes.OVERWORLD_CAVESstatic final PacketCodec<RegistryByteBuf, RegistryEntry<DimensionType>> DimensionType.PACKET_CODECstatic final com.mojang.serialization.Codec<RegistryEntry<DimensionType>> DimensionType.REGISTRY_CODECstatic final RegistryKey<DimensionType> DimensionTypes.THE_ENDstatic final RegistryKey<DimensionType> DimensionTypes.THE_NETHERMethods in net.minecraft.world.dimension that return types with arguments of type DimensionTypeModifier and TypeMethodDescriptionDimensionOptions.dimensionTypeEntry()Returns the value of thedimensionTypeEntryrecord component.private static com.mojang.serialization.Codec<DimensionType> DimensionType.method_75746(com.mojang.serialization.Codec<class_12199> codec) private static RegistryKey<DimensionType> Methods in net.minecraft.world.dimension with parameters of type DimensionTypeModifier and TypeMethodDescriptionstatic doubleDimensionType.getCoordinateScaleFactor(DimensionType fromDimension, DimensionType toDimension) Method parameters in net.minecraft.world.dimension with type arguments of type DimensionTypeModifier and TypeMethodDescriptionstatic voidDimensionTypeRegistrar.bootstrap(Registerable<DimensionType> dimensionTypeRegisterable) static Map<RegistryKey<DimensionOptions>, DimensionOptions> DimensionOptionsRegistryHolder.createRegistry(Map<RegistryKey<DimensionOptions>, DimensionOptions> dimensionOptions, RegistryEntry<DimensionType> overworld, ChunkGenerator chunkGenerator) static Map<RegistryKey<DimensionOptions>, DimensionOptions> DimensionOptionsRegistryHolder.createRegistry(RegistryWrapper<DimensionType> dimensionTypeRegistry, Map<RegistryKey<DimensionOptions>, DimensionOptions> dimensionOptions, ChunkGenerator chunkGenerator) Constructor parameters in net.minecraft.world.dimension with type arguments of type DimensionTypeModifierConstructorDescriptionDimensionOptions(RegistryEntry<DimensionType> dimensionTypeEntry, ChunkGenerator chunkGenerator) Creates an instance of aDimensionOptionsrecord class. -
Uses of DimensionType in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type DimensionTypeModifier and TypeFieldDescriptionprivate final RegistryEntry<DimensionType> WorldPresets.Registrar.overworldDimensionType