Uses of Enum Class
net.minecraft.world.dimension.DimensionType.class_12326
Packages that use DimensionType.class_12326
-
Uses of DimensionType.class_12326 in net.minecraft.client.render.state
Fields in net.minecraft.client.render.state declared as DimensionType.class_12326 -
Uses of DimensionType.class_12326 in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as DimensionType.class_12326Modifier and TypeFieldDescriptionprivate final DimensionType.class_12326DimensionType.skyboxThe field for theskyboxrecord component.Fields in net.minecraft.world.dimension with type parameters of type DimensionType.class_12326Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DimensionType.class_12326> DimensionType.class_12326.CODECMethods in net.minecraft.world.dimension that return DimensionType.class_12326Modifier and TypeMethodDescriptionDimensionType.skybox()Returns the value of theskyboxrecord component.static DimensionType.class_12326Returns the enum constant of this class with the specified name.static DimensionType.class_12326[]DimensionType.class_12326.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.dimension with parameters of type DimensionType.class_12326ModifierConstructorDescriptionDimensionType(boolean hasFixedTime, boolean hasSkylight, boolean hasCeiling, double coordinateScale, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, float ambientLight, DimensionType.MonsterSettings monsterSettings, DimensionType.class_12326 skybox, DimensionType.class_12325 cardinalLightType, EnvironmentAttributeMap attributes, RegistryEntryList<class_12329> timelines)