Class LodestonePostProcessEffects

java.lang.Object
team.lodestar.lodestone.registry.client.LodestonePostProcessEffects

public class LodestonePostProcessEffects extends Object
  • Field Details

  • Constructor Details

    • LodestonePostProcessEffects

      public LodestonePostProcessEffects()
  • Method Details

    • setupPostProcessEffects

      public static void setupPostProcessEffects(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent event)
    • enableBloom

      public static void enableBloom()
      Enables bloom for your mod.
    • forceDisableBloom

      public static void forceDisableBloom()
      Permanently disables bloom and prevents other mods from enabling it. Use this if your mod is incompatible with bloom.
    • enablePhysicallyBasedBloom

      public static void enablePhysicallyBasedBloom()
      Enables physically based bloom for your mod.
    • forceDisablePhysicallyBasedBloom

      public static void forceDisablePhysicallyBasedBloom()
      Permanently disables physically based bloom and prevents other mods from enabling it. Use this if your mod is incompatible with physically based bloom.