Uses of Class
net.minecraftforge.common.ForgeConfigSpec.IntValue
Packages that use ForgeConfigSpec.IntValue
- 
Uses of ForgeConfigSpec.IntValue in net.minecraftforge.common
Fields in net.minecraftforge.common declared as ForgeConfigSpec.IntValueModifier and TypeFieldDescriptionfinal ForgeConfigSpec.IntValueForgeConfig.Server.dimensionUnloadQueueDelayMethods in net.minecraftforge.common that return ForgeConfigSpec.IntValueModifier and TypeMethodDescriptionForgeConfigSpec.Builder.defineInRange(String path, int defaultValue, int min, int max) ForgeConfigSpec.Builder.defineInRange(String path, Supplier<Integer> defaultSupplier, int min, int max) ForgeConfigSpec.Builder.defineInRange(List<String> path, int defaultValue, int min, int max) ForgeConfigSpec.Builder.defineInRange(List<String> path, Supplier<Integer> defaultSupplier, int min, int max)