Uses of Enum Class
net.minecraft.world.dimension.DimensionType
Packages that use DimensionType
Package
Description
-
Uses of DimensionType in net.minecraft.achievement
Fields in net.minecraft.achievement declared as DimensionTypeModifier and TypeFieldDescriptionprivate final DimensionTypeclass_3370.class_3372.field_16523private final DimensionTypeclass_3370.class_3372.field_16524Methods in net.minecraft.achievement with parameters of type DimensionTypeModifier and TypeMethodDescriptionvoidclass_3370.method_15071(ServerPlayerEntity serverPlayerEntity, DimensionType dimensionType, DimensionType dimensionType2) voidclass_3370.class_3371.method_15075(DimensionType dimensionType, DimensionType dimensionType2) booleanclass_3370.class_3372.method_15078(DimensionType dimensionType, DimensionType dimensionType2) Constructors in net.minecraft.achievement with parameters of type DimensionTypeModifierConstructorDescriptionclass_3372(DimensionType dimensionType, DimensionType dimensionType2) -
Uses of DimensionType in net.minecraft.util.json
Fields in net.minecraft.util.json declared as DimensionTypeConstructors in net.minecraft.util.json with parameters of type DimensionTypeModifierConstructorDescriptionLocationJson(MinMaxJson x, MinMaxJson y, MinMaxJson z, Biome biome, String feature, DimensionType dimension) -
Uses of DimensionType in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return DimensionTypeModifier and TypeMethodDescriptionstatic DimensionTypeDimensionType.fromId(int id) static DimensionTypeabstract 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)