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 SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.common.ForgeConfigSpec.ConfigValueclearCache, get, getDefault, getPath, next, save, set
- 
Constructor Details- 
IntValueIntValue(ForgeConfigSpec.Builder parent, List<String> path, Supplier<Integer> defaultSupplier) 
 
- 
- 
Method Details