Package hiiragi283.core.api.config
Class HTConfigValuesKt
-
- All Implemented Interfaces:
public final class HTConfigValuesKt
-
-
Method Summary
Modifier and Type Method Description final static ModConfigSpec.Buildertranslation(ModConfigSpec.Builder $self, HTHasTranslationKey hasKey)final static ModConfigSpec.IntValuedefinePositiveInt(ModConfigSpec.Builder $self, String path, Integer defaultValue, Integer min)final static ModConfigSpec.DoubleValuedefinePositiveDouble(ModConfigSpec.Builder $self, String path, Double defaultValue, Number min, Number max)-
-
Method Detail
-
translation
final static ModConfigSpec.Builder translation(ModConfigSpec.Builder $self, HTHasTranslationKey hasKey)
-
definePositiveInt
final static ModConfigSpec.IntValue definePositiveInt(ModConfigSpec.Builder $self, String path, Integer defaultValue, Integer min)
-
definePositiveDouble
final static ModConfigSpec.DoubleValue definePositiveDouble(ModConfigSpec.Builder $self, String path, Double defaultValue, Number min, Number max)
-
-
-
-