Class ForgeConfigSpec.ConfigValue<T>

java.lang.Object
net.minecraftforge.common.ForgeConfigSpec.ConfigValue<T>
All Implemented Interfaces:
Supplier<T>
Direct Known Subclasses:
ForgeConfigSpec.BooleanValue, ForgeConfigSpec.DoubleValue, ForgeConfigSpec.EnumValue, ForgeConfigSpec.IntValue, ForgeConfigSpec.LongValue
Enclosing class:
ForgeConfigSpec

public static class ForgeConfigSpec.ConfigValue<T> extends Object implements Supplier<T>