Package com.stereowalker.unionlib.config
Class UnionValues.EnumValue<T extends Enum<T>>
java.lang.Object
com.stereowalker.unionlib.config.UnionValues.ConfigValue<T>
com.stereowalker.unionlib.config.UnionValues.EnumValue<T>
- Enclosing class:
- UnionValues
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Enum<T>>
UnionValues.EnumValue<T>build(net.minecraftforge.common.ForgeConfigSpec.EnumValue<T> valu) Methods inherited from class com.stereowalker.unionlib.config.UnionValues.ConfigValue
build, get, getPath, set
-
Constructor Details
-
EnumValue
-
-
Method Details
-
build
public static <T extends Enum<T>> UnionValues.EnumValue<T> build(net.minecraftforge.common.ForgeConfigSpec.EnumValue<T> valu)
-