Uses of Class
net.minecraft.client.render.SkyProperties.SkyType
| Package | Description |
|---|---|
| net.minecraft.client.render |
-
Uses of SkyProperties.SkyType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as SkyProperties.SkyType Modifier and Type Field Description private SkyProperties.SkyTypeSkyProperties. skyTypeMethods in net.minecraft.client.render that return SkyProperties.SkyType Modifier and Type Method Description SkyProperties.SkyTypeSkyProperties. getSkyType()static SkyProperties.SkyTypeSkyProperties.SkyType. valueOf(String name)Returns the enum constant of this type with the specified name.static SkyProperties.SkyType[]SkyProperties.SkyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.client.render with parameters of type SkyProperties.SkyType Constructor Description SkyProperties(float cloudsHeight, boolean alternateSkyColor, SkyProperties.SkyType skyType, boolean brightenLighting, boolean darkened)