Package com.stereowalker.unionlib.config
Class UnionValues.BooleanValue
java.lang.Object
com.stereowalker.unionlib.config.UnionValues.ConfigValue<Boolean>
com.stereowalker.unionlib.config.UnionValues.BooleanValue
- Enclosing class:
- UnionValues
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanValue(net.minecraftforge.common.ForgeConfigSpec.BooleanValue bool, boolean def) -
Method Summary
Modifier and TypeMethodDescriptionstatic UnionValues.BooleanValuebuild(net.minecraftforge.common.ForgeConfigSpec.BooleanValue bool) Methods inherited from class com.stereowalker.unionlib.config.UnionValues.ConfigValue
build, get, getPath, set
-
Constructor Details
-
BooleanValue
public BooleanValue(net.minecraftforge.common.ForgeConfigSpec.BooleanValue bool, boolean def)
-
-
Method Details
-
build
public static UnionValues.BooleanValue build(net.minecraftforge.common.ForgeConfigSpec.BooleanValue bool)
-