ClientEffectWorldSettings

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 float sunHeightPercent

getSunAngleRadians

public float getSunAngleRadians ()

Method getSunAngleRadians.

setSunAngleRadians

public void setSunAngleRadians (final float sunAngleRadians)

Method setSunAngleRadians.

Parameters:
final float sunAngleRadians

getBloomIntensity

public float getBloomIntensity ()

Method getBloomIntensity.

setBloomIntensity

public void setBloomIntensity (final float bloomIntensity)

Method setBloomIntensity.

Parameters:
final float bloomIntensity

getBloomPower

public float getBloomPower ()

Method getBloomPower.

setBloomPower

public void setBloomPower (final float bloomPower)

Method setBloomPower.

Parameters:
final float bloomPower

getSunIntensity

public float getSunIntensity ()

Method getSunIntensity.

setSunIntensity

public void setSunIntensity (final float sunIntensity)

Method setSunIntensity.

Parameters:
final float sunIntensity

getSunshaftIntensity

public float getSunshaftIntensity ()

Method getSunshaftIntensity.

setSunshaftIntensity

public void setSunshaftIntensity (final float sunshaftIntensity)

Method setSunshaftIntensity.

Parameters:
final float sunshaftIntensity

getSunshaftScaleFactor

public float getSunshaftScaleFactor ()

Method getSunshaftScaleFactor.

setSunshaftScaleFactor

public void setSunshaftScaleFactor (final float sunshaftScaleFactor)

Method setSunshaftScaleFactor.

Parameters:
final float sunshaftScaleFactor

createSunSettingsPacket

public UpdateSunSettings createSunSettingsPacket ()

Method createSunSettingsPacket.

createPostFxSettingsPacket

public UpdatePostFxSettings createPostFxSettingsPacket ()

Method createPostFxSettingsPacket.