Uses of Enum Class
net.minecraft.world.dimension.DimensionType.Skybox
Packages that use DimensionType.Skybox
-
Uses of DimensionType.Skybox in net.minecraft.client.render.state
Fields in net.minecraft.client.render.state declared as DimensionType.Skybox -
Uses of DimensionType.Skybox in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as DimensionType.SkyboxModifier and TypeFieldDescriptionprivate final DimensionType.SkyboxDimensionType.skyboxThe field for theskyboxrecord component.Fields in net.minecraft.world.dimension with type parameters of type DimensionType.SkyboxModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DimensionType.Skybox> DimensionType.Skybox.CODECMethods in net.minecraft.world.dimension that return DimensionType.SkyboxModifier and TypeMethodDescriptionDimensionType.skybox()Returns the value of theskyboxrecord component.static DimensionType.SkyboxReturns the enum constant of this class with the specified name.static DimensionType.Skybox[]DimensionType.Skybox.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.SkyboxModifierConstructorDescriptionDimensionType(boolean hasFixedTime, boolean hasSkylight, boolean hasCeiling, double coordinateScale, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, float ambientLight, DimensionType.MonsterSettings monsterSettings, DimensionType.Skybox skybox, DimensionType.CardinalLightType cardinalLightType, EnvironmentAttributeMap attributes, RegistryEntryList<Timeline> timelines)