Package net.minecraftforge.common
Class ForgeConfigSpec.BuilderContext
java.lang.Object
net.minecraftforge.common.ForgeConfigSpec.BuilderContext
- Enclosing class:
- ForgeConfigSpec
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Class<?>private Stringprivate ForgeConfigSpec.Range<?>private boolean
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddComment(String value) buildComment(List<String> path) voidvoidClass<?>getClazz()<V extends Comparable<? super V>>
 ForgeConfigSpec.Range<V>getRange()booleanbooleanvoid<V extends Comparable<? super V>>
 voidsetRange(ForgeConfigSpec.Range<V> value) voidsetTranslationKey(String value) private voidprivate voidvoid
- 
Field Details- 
comment
- 
langKey
- 
range
- 
worldRestartprivate boolean worldRestart
- 
clazz
 
- 
- 
Constructor Details- 
BuilderContextprivate BuilderContext()
 
- 
- 
Method Details- 
addComment
- 
clearCommentpublic void clearComment()
- 
hasCommentpublic boolean hasComment()
- 
buildComment
- 
buildComment
- 
setTranslationKey
- 
getTranslationKey
- 
setRange
- 
getRange
- 
worldRestartpublic void worldRestart()
- 
needsWorldRestartpublic boolean needsWorldRestart()
- 
setClazz
- 
getClazz
- 
ensureEmptypublic void ensureEmpty()
- 
validate
- 
validate
 
-