Class GlobalLighting
-
- All Implemented Interfaces:
@Asset(name = "GlobalLighting", version = "8.toUShort()") public final class GlobalLighting
-
-
Field Summary
Fields Modifier and Type Field Description private final TimeOfDaytimeprivate final List<GlobalLightingConfiguration>lightingConfigurationsprivate final ColorshadowColorprivate final List<Byte>unknownprivate final Vector3noCloudFactor
-
Constructor Summary
Constructors Constructor Description GlobalLighting(TimeOfDay time, List<GlobalLightingConfiguration> lightingConfigurations, Color shadowColor, List<Byte> unknown, Vector3 noCloudFactor)
-
Method Summary
Modifier and Type Method Description final TimeOfDaygetTime()final List<GlobalLightingConfiguration>getLightingConfigurations()final ColorgetShadowColor()final List<Byte>getUnknown()final Vector3getNoCloudFactor()-
-
Constructor Detail
-
GlobalLighting
GlobalLighting(TimeOfDay time, List<GlobalLightingConfiguration> lightingConfigurations, Color shadowColor, List<Byte> unknown, Vector3 noCloudFactor)
-
-
Method Detail
-
getLightingConfigurations
final List<GlobalLightingConfiguration> getLightingConfigurations()
-
getShadowColor
final Color getShadowColor()
-
getUnknown
final List<Byte> getUnknown()
-
getNoCloudFactor
final Vector3 getNoCloudFactor()
-
-
-
-