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