Class CommonConfig.IntValueExt

java.lang.Object
de.teamlapen.werewolves.config.CommonConfig.IntValueExt
All Implemented Interfaces:
Supplier<Integer>
Enclosing class:
CommonConfig

public static class CommonConfig.IntValueExt extends Object implements Supplier<Integer>
  • Constructor Details

    • IntValueExt

      public IntValueExt(net.minecraftforge.common.ForgeConfigSpec.Builder value, String name, int defaultValue, int min, int max)
  • Method Details

    • getPath

      public String getPath()
    • getMinValue

      public int getMinValue()
    • getMaxValue

      public int getMaxValue()
    • get

      public Integer get()
      Specified by:
      get in interface Supplier<Integer>