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