Package net.minecraftforge.common
Class ForgeConfigSpec.IntValue
java.lang.Object
net.minecraftforge.common.ForgeConfigSpec.ConfigValue<Integer>
net.minecraftforge.common.ForgeConfigSpec.IntValue
- Enclosing class:
- ForgeConfigSpec
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.common.ForgeConfigSpec.ConfigValue
clearCache, get, getDefault, getPath, next, save, set
-
Constructor Details
-
IntValue
IntValue(ForgeConfigSpec.Builder parent, List<String> path, Supplier<Integer> defaultSupplier)
-
-
Method Details