Class EnvironmentData
-
- All Implemented Interfaces:
@Asset(name = "EnvironmentData", version = "3.toUShort()") public final class EnvironmentData
-
-
Field Summary
Fields Modifier and Type Field Description private final FloatwaterMaxAlphaDepthprivate final FloatdeepWaterAlphaprivate final BooleanisMacroTextureStretchedprivate final StringmacroTextureprivate final StringcloudTexture
-
Method Summary
Modifier and Type Method Description final FloatgetWaterMaxAlphaDepth()final FloatgetDeepWaterAlpha()final BooleanisMacroTextureStretched()final StringgetMacroTexture()final StringgetCloudTexture()-
-
Method Detail
-
getWaterMaxAlphaDepth
final Float getWaterMaxAlphaDepth()
-
getDeepWaterAlpha
final Float getDeepWaterAlpha()
-
isMacroTextureStretched
final Boolean isMacroTextureStretched()
-
getMacroTexture
final String getMacroTexture()
-
getCloudTexture
final String getCloudTexture()
-
-
-
-