Uses of Class
net.minecraftforge.common.ForgeConfigSpec.IntValue
-
Packages that use ForgeConfigSpec.IntValue Package Description net.minecraftforge.common -
-
Uses of ForgeConfigSpec.IntValue in net.minecraftforge.common
Fields in net.minecraftforge.common declared as ForgeConfigSpec.IntValue Modifier and Type Field Description ForgeConfigSpec.IntValue
ForgeConfig.Server. dimensionUnloadQueueDelay
Methods in net.minecraftforge.common that return ForgeConfigSpec.IntValue Modifier and Type Method Description ForgeConfigSpec.IntValue
ForgeConfigSpec.Builder. defineInRange(java.lang.String path, int defaultValue, int min, int max)
ForgeConfigSpec.IntValue
ForgeConfigSpec.Builder. defineInRange(java.lang.String path, java.util.function.Supplier<java.lang.Integer> defaultSupplier, int min, int max)
ForgeConfigSpec.IntValue
ForgeConfigSpec.Builder. defineInRange(java.util.List<java.lang.String> path, int defaultValue, int min, int max)
ForgeConfigSpec.IntValue
ForgeConfigSpec.Builder. defineInRange(java.util.List<java.lang.String> path, java.util.function.Supplier<java.lang.Integer> defaultSupplier, int min, int max)
-