Uses of Enum Class
net.minecraft.world.dimension.DimensionType
Packages that use DimensionType
-
Uses of DimensionType in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return DimensionTypeModifier and TypeMethodDescriptionstatic DimensionTypeDimensionType.fromId(int id) abstract DimensionTypeDimension.getDimensionType()OverworldDimension.getDimensionType()TheEndDimension.getDimensionType()TheNetherDimension.getDimensionType()static DimensionTypeReturns the enum constant of this class with the specified name.static DimensionType[]DimensionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DimensionType in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type DimensionTypeModifier and TypeFieldDescriptionprivate final Map<DimensionType,NbtCompound> LevelProperties.field_13099Methods in net.minecraft.world.level with parameters of type DimensionTypeModifier and TypeMethodDescriptionLevelProperties.method_11954(DimensionType dimensionType) ReadOnlyLevelProperties.method_11954(DimensionType dimensionType) voidLevelProperties.method_11955(DimensionType dimensionType, NbtCompound nbtCompound) voidReadOnlyLevelProperties.method_11955(DimensionType dimensionType, NbtCompound nbtCompound)