public interface Config
Stores data used by this mod.

This class is normally serialized and deserialized to persist and restore the same configuration data. Defaults should be preferred over nulls when representing an initial, pre-set, or default data.

Since:
7.0.0
  • Method Details

    • blockShadingEnabled

      boolean blockShadingEnabled()
      Gets block shading enabled.

      Block shading being enabled or disabled affect liquids and blocks, excluding block entities or use similar rendering to, in unmodified Minecraft.

      Returns:
      block shading enabled
      See Also:
    • setBlockShadingEnabled

      void setBlockShadingEnabled(boolean enabled)
      Sets block shading enabled or disabled.
      See Also:
    • cloudShadingEnabled

      boolean cloudShadingEnabled()
      Cloud shading.

      Cloud shading being enabled or disabled affect clouds in unmodified Minecraft.

      Returns:
      cloud shading enabled
      See Also:
    • setCloudShadingEnabled

      void setCloudShadingEnabled(boolean enabled)
      Sets cloud shading enabled or disabled.
      See Also: