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
Fields in net.minecraft with type parameters of type DimensionTypeModifier and TypeFieldDescriptionprivate final RegistryEntry<DimensionType> class_10949.dimensionTypeThe field for thedimensionTyperecord component.private final List<class_11114.class_11117<DimensionType>> class_11114.field_59272private final RegistryKey<DimensionType> class_10967.class_10969.typeThe field for thetyperecord component.Methods in net.minecraft that return types with arguments of type DimensionTypeModifier and TypeMethodDescriptionclass_10949.dimensionType()Returns the value of thedimensionTyperecord component.class_11114.method_70198(DimensionType dimensionType) class_10967.class_10969.type()Returns the value of thetyperecord component.Methods in net.minecraft with parameters of type DimensionTypeMethod parameters in net.minecraft with type arguments of type DimensionTypeModifier and TypeMethodDescriptionclass_11114.method_70203(class_11114.class_11117<DimensionType> class_11117) Constructor parameters in net.minecraft with type arguments of type DimensionTypeModifierConstructorDescriptionclass_10949(RegistryEntry<DimensionType> registryEntry) (package private)class_10969(RegistryKey<DimensionType> registryKey, Optional<ChunkGenerator> optional, List<class_11109> list, Optional<class_11105> optional2, class_11102 class_11102) -
Uses of DimensionType in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type DimensionTypeModifier and TypeMethodDescriptionstatic 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, List<class_11109> list, List<class_11109> list2) -
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> registryEntry, RegistryKey<World> registryKey, long long2, GameMode gameMode, @Nullable GameMode gameMode2, boolean bool, boolean bool2, Optional<GlobalPos> optional, int int2, int int3, boolean bool3, List<class_11109> list, List<class_11109> list2) -
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.server.world
Method parameters in net.minecraft.server.world with type arguments of type DimensionTypeModifier and TypeMethodDescriptionvoidServerWorld.method_69089(RegistryEntry<DimensionType> registryEntry) Constructor parameters in net.minecraft.server.world with type arguments of type DimensionTypeModifierConstructorDescriptionServerWorld(GameInstance gameInstance, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, RegistryEntry<DimensionType> registryEntry, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<SpecialSpawner> spawners, boolean shouldTickTime, @Nullable RandomSequencesState randomSequencesState) -
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 DimensionTypeMethod parameters in net.minecraft.world with type arguments of type DimensionTypeModifier and TypeMethodDescriptionvoidWorld.method_69089(RegistryEntry<DimensionType> registryEntry) voidSaveProperties.method_70234(RegistryEntry<DimensionType> registryEntry) Constructor parameters in net.minecraft.world with type arguments of type DimensionTypeModifierConstructorDescriptionprotectedWorld(MutableWorldProperties properties, RegistryKey<World> registryRef, DynamicRegistryManager registryManager, RegistryEntry<DimensionType> dimensionEntry, 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 PacketCodec<RegistryByteBuf, DimensionType> DimensionType.field_59020static final RegistryKey<DimensionType> DimensionTypes.GENERATEDstatic 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 DimensionTypeModifier and TypeMethodDescriptionDimensionType.method_69786(DimensionEffects dimensionEffects) DimensionType.method_69787(UnaryOperator<DimensionEffects> unaryOperator) DimensionType.method_69788()DimensionType.method_69789()DimensionType.method_69790()Methods in net.minecraft.world.dimension that return types with arguments of type DimensionTypeModifier and TypeMethodDescriptionDimensionOptions.dimensionTypeEntry()Returns the value of thedimensionTypeEntryrecord component.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> registryEntry, Optional<ChunkGenerator> optional, List<class_11109> list, Optional<class_11105> optional2, class_11102 class_11102) DimensionOptions(RegistryEntry<DimensionType> dimensionTypeEntry, Optional<ChunkGenerator> optional, List<class_11109> list, Optional<class_11105> optional2, class_11102 class_11102, MutableObject<ChunkGenerator> mutableObject) -
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 -
Uses of DimensionType in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type DimensionTypeModifier and TypeFieldDescriptionprivate Optional<RegistryEntry<DimensionType>> LevelProperties.field_59288Methods in net.minecraft.world.level that return types with arguments of type DimensionTypeMethod parameters in net.minecraft.world.level with type arguments of type DimensionTypeModifier and TypeMethodDescriptionvoidLevelProperties.method_70234(RegistryEntry<DimensionType> registryEntry) Constructor parameters in net.minecraft.world.level with type arguments of type DimensionTypeModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, BlockPos spawnPos, 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, Set<String> removedFeatures, Timer<GameInstance> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, Optional<RegistryEntry<DimensionType>> optional, com.mojang.serialization.Lifecycle lifecycle, List<class_11109> list, List<class_11105> list2, List<class_11105> list3, Object2IntOpenHashMap<class_11105> object2IntOpenHashMap, int int2, int int3, int int4, Map<RegistryKey<World>, class_11101> map)