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