Uses of Enum Class
net.minecraft.client.render.SkyProperties.SkyType
-
Uses of SkyProperties.SkyType in net.minecraft.client.render
Modifier and TypeMethodDescriptionSkyProperties.getSkyType()
static SkyProperties.SkyType
Returns the enum constant of this class with the specified name.static SkyProperties.SkyType[]
SkyProperties.SkyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSkyProperties(float cloudsHeight, boolean alternateSkyColor, SkyProperties.SkyType skyType, boolean brightenLighting, boolean darkened)