Package zombie.core.opengl
Class RenderSettings
java.lang.Object
zombie.core.opengl.RenderSettings
public final class RenderSettings
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRenderSettings.PlayerRenderSettings -
Constructor Summary
Constructors Constructor Description RenderSettings() -
Method Summary
Modifier and Type Method Description voidapplyRenderSettings(int int1)floatgetAmbientForPlayer(int int1)static RenderSettingsgetInstance()ColorgetMaskClearColorForPlayer(int int1)RenderSettings.PlayerRenderSettingsgetPlayerSettings(int int1)voidlegacyPostRender(int int1)voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RenderSettings
public RenderSettings()
-
-
Method Details
-
getInstance
-
getPlayerSettings
-
update
public void update() -
applyRenderSettings
public void applyRenderSettings(int int1) -
legacyPostRender
public void legacyPostRender(int int1) -
getAmbientForPlayer
public float getAmbientForPlayer(int int1) -
getMaskClearColorForPlayer
-