Class SereneSeasonsConfig

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

public class SereneSeasonsConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SereneSeasonsConfig(net.neoforged.neoforge.common.ModConfigSpec.Builder builder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.lang3.tuple.Pair<Enum<?>,Float>
    create(String string)
    Deprecated, for removal: This API element is subject to removal in a future version.
    boolean
    exists(String string)
    Deprecated, for removal: This API element is subject to removal in a future version.
    float
    getModifier(net.minecraft.world.level.Level level)
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.

    Methods inherited from class java.lang.Object

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

    • SereneSeasonsConfig

      public SereneSeasonsConfig(net.neoforged.neoforge.common.ModConfigSpec.Builder builder)
  • Method Details

    • updateCache

      @Deprecated(forRemoval=true) public void updateCache()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getModifier

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

      @Deprecated(forRemoval=true) public boolean exists(String string)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • create

      @Deprecated(forRemoval=true) public org.apache.commons.lang3.tuple.Pair<Enum<?>,Float> create(String string)
      Deprecated, for removal: This API element is subject to removal in a future version.