Class Config
java.lang.Object
com.fastasyncworldedit.core.configuration.Config
- Direct Known Subclasses:
Settings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
The names of any default blocks.static @interface
Creates a comment.static class
static @interface
Indicates that a field's default value should match another input if the config is otherwise already generatedstatic @interface
Indicates that a field should be instantiated / created.static @interface
Indicates that a field cannot be modified.static @interface
Any field or class with is not part of the config.static @interface
Indicates that a field should be migrated from a node that is deleted -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
load
-
save
Set all values in the file (load first to avoid overwriting).
-