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