Class CustomLightingSettings
java.lang.Object
com.simibubi.create.foundation.gui.CustomLightingSettings
- All Implemented Interfaces:
ILightingSettings
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface com.simibubi.create.foundation.gui.ILightingSettings
DEFAULT_3D, DEFAULT_FLAT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomLightingSettings(float yRot, float xRot) protectedCustomLightingSettings(float yRot1, float xRot1, float yRot2, float xRot2) -
Method Summary
-
Constructor Details
-
CustomLightingSettings
protected CustomLightingSettings(float yRot, float xRot) -
CustomLightingSettings
protected CustomLightingSettings(float yRot1, float xRot1, float yRot2, float xRot2)
-
-
Method Details
-
init
protected void init(float yRot1, float xRot1, float yRot2, float xRot2, boolean doubleLight) -
applyLighting
public void applyLighting()- Specified by:
applyLightingin interfaceILightingSettings
-
builder
-