Class CustomLightingSettings

java.lang.Object
com.simibubi.create.foundation.gui.CustomLightingSettings
All Implemented Interfaces:
net.createmod.catnip.gui.ILightingSettings

public class CustomLightingSettings extends Object implements net.createmod.catnip.gui.ILightingSettings
  • 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:
      applyLighting in interface net.createmod.catnip.gui.ILightingSettings
    • builder

      public static CustomLightingSettings.Builder builder()