Class SereneSeasons

java.lang.Object
de.cheaterpaul.fallingleaves.modcompat.SereneSeasons

public class SereneSeasons extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static float
    getModifier(net.minecraft.world.level.Level level)
     
    static void
    onLoad(net.neoforged.fml.event.config.ModConfigEvent.Loading event)
     
    static void
    onLoad(net.neoforged.fml.event.config.ModConfigEvent.Reloading event)
     
    static void
    registerConfig(net.neoforged.neoforge.common.ModConfigSpec.Builder builder)
     
    static boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SereneSeasons

      public SereneSeasons()
  • Method Details

    • setup

      public static boolean setup()
    • getModifier

      public static float getModifier(net.minecraft.world.level.Level level)
    • registerConfig

      public static void registerConfig(net.neoforged.neoforge.common.ModConfigSpec.Builder builder)
    • onLoad

      public static void onLoad(net.neoforged.fml.event.config.ModConfigEvent.Loading event)
    • onLoad

      public static void onLoad(net.neoforged.fml.event.config.ModConfigEvent.Reloading event)