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