public class ClientEffectWorldSettings
Class ClientEffectWorldSettings. Provides clienteffectworldsettings functionality for the Hytale server.
java.lang.Object > ClientEffectWorldSettings
Field Summary
sunHeightPercent
private
float
sunHeightPercent
Field sunHeightPercent.
sunAngleRadians
private
float
sunAngleRadians
Field sunAngleRadians.
bloomIntensity
private
float
bloomIntensity
Field bloomIntensity.
bloomPower
private
float
bloomPower
Field bloomPower.
sunIntensity
private
float
sunIntensity
Field sunIntensity.
sunshaftIntensity
private
float
sunshaftIntensity
Field sunshaftIntensity.
sunshaftScaleFactor
private
float
sunshaftScaleFactor
Field sunshaftScaleFactor.
Method Detail
ClientEffectWorldSettings
public
public
ClientEffectWorldSettings
()
Method ClientEffectWorldSettings.
getSunHeightPercent
public
float
getSunHeightPercent
()
Method getSunHeightPercent.
setSunHeightPercent
public
void
setSunHeightPercent
(final float sunHeightPercent)
Method setSunHeightPercent.
- Parameters:
final floatsunHeightPercent
getSunAngleRadians
public
float
getSunAngleRadians
()
Method getSunAngleRadians.
setSunAngleRadians
public
void
setSunAngleRadians
(final float sunAngleRadians)
Method setSunAngleRadians.
- Parameters:
final floatsunAngleRadians
getBloomIntensity
public
float
getBloomIntensity
()
Method getBloomIntensity.
setBloomIntensity
public
void
setBloomIntensity
(final float bloomIntensity)
Method setBloomIntensity.
- Parameters:
final floatbloomIntensity
getBloomPower
public
float
getBloomPower
()
Method getBloomPower.
setBloomPower
public
void
setBloomPower
(final float bloomPower)
Method setBloomPower.
- Parameters:
final floatbloomPower
getSunIntensity
public
float
getSunIntensity
()
Method getSunIntensity.
setSunIntensity
public
void
setSunIntensity
(final float sunIntensity)
Method setSunIntensity.
- Parameters:
final floatsunIntensity
getSunshaftIntensity
public
float
getSunshaftIntensity
()
Method getSunshaftIntensity.
setSunshaftIntensity
public
void
setSunshaftIntensity
(final float sunshaftIntensity)
Method setSunshaftIntensity.
- Parameters:
final floatsunshaftIntensity
getSunshaftScaleFactor
public
float
getSunshaftScaleFactor
()
Method getSunshaftScaleFactor.
setSunshaftScaleFactor
public
void
setSunshaftScaleFactor
(final float sunshaftScaleFactor)
Method setSunshaftScaleFactor.
- Parameters:
final floatsunshaftScaleFactor
createSunSettingsPacket
Method createSunSettingsPacket.
createPostFxSettingsPacket
Method createPostFxSettingsPacket.