Uses of Enum Class
net.minecraft.client.render.SkyProperties.SkyType
Packages that use SkyProperties.SkyType
-
Uses of SkyProperties.SkyType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as SkyProperties.SkyTypeMethods in net.minecraft.client.render that return SkyProperties.SkyTypeModifier 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.Constructors in net.minecraft.client.render with parameters of type SkyProperties.SkyTypeModifierConstructorDescriptionSkyProperties(float cloudsHeight, boolean alternateSkyColor, SkyProperties.SkyType skyType, boolean brightenLighting, boolean darkened)