Class ConfigHelper

java.lang.Object
com.stereowalker.unionlib.util.ConfigHelper

@Deprecated public class ConfigHelper extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraftforge.common.ForgeConfigSpec.DoubleValue
    chanceValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, double defaultValue, String... text)
    Deprecated.
     
    static net.minecraftforge.common.ForgeConfigSpec.DoubleValue
    doubleValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, double defaultValue, double min, double max, String... text)
    Deprecated.
     
    static net.minecraftforge.common.ForgeConfigSpec.IntValue
    intValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, int defaultValue, int min, int max, String... text)
    Deprecated.
     
    static net.minecraftforge.common.ForgeConfigSpec.ConfigValue<List<String>>
    listValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, List<String> defaultValue, String... text)
    Deprecated.
     
    static <T> net.minecraftforge.common.ForgeConfigSpec.ConfigValue<Map<String,T>>
    mapValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, Map<String,T> defaultValue, String... text)
    Deprecated.
     
    static net.minecraftforge.common.ForgeConfigSpec.IntValue
    probablilityValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, int defaultValue, String... text)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • ConfigHelper

      public ConfigHelper()
      Deprecated.
  • Method Details

    • listValue

      public static net.minecraftforge.common.ForgeConfigSpec.ConfigValue<List<String>> listValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, List<String> defaultValue, String... text)
      Deprecated.
    • mapValue

      public static <T> net.minecraftforge.common.ForgeConfigSpec.ConfigValue<Map<String,T>> mapValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, Map<String,T> defaultValue, String... text)
      Deprecated.
    • chanceValue

      public static net.minecraftforge.common.ForgeConfigSpec.DoubleValue chanceValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, double defaultValue, String... text)
      Deprecated.
    • intValue

      public static net.minecraftforge.common.ForgeConfigSpec.IntValue intValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, int defaultValue, int min, int max, String... text)
      Deprecated.
    • doubleValue

      public static net.minecraftforge.common.ForgeConfigSpec.DoubleValue doubleValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, double defaultValue, double min, double max, String... text)
      Deprecated.
    • probablilityValue

      public static net.minecraftforge.common.ForgeConfigSpec.IntValue probablilityValue(String category, String name, net.minecraftforge.common.ForgeConfigSpec.Builder builder, int defaultValue, String... text)
      Deprecated.