Class Config
java.lang.Object
com.fastasyncworldedit.core.configuration.Config
- Direct Known Subclasses:
- Settings
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic @interfaceThe names of any default blocks.static @interfaceCreates a comment.static classstatic @interfaceIndicates that a field's default value should match another input if the config is otherwise already generatedstatic @interfaceIndicates that a field should be instantiated / created.static @interfaceIndicates that a field cannot be modified.static @interfaceAny field or class with is not part of the config.static @interfaceIndicates that a field should be migrated from a node that is deleted
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Configpublic Config()
 
- 
- 
Method Details- 
load
- 
saveSet all values in the file (load first to avoid overwriting).
 
-