Package de.eldoria.schematicbrush.config
Interface Configuration
public interface Configuration
Plugin configuration
-
Method Details
-
saveConfigs
void saveConfigs() -
reloadConfigs
void reloadConfigs() -
schematicConfig
SchematicConfig schematicConfig()The schematic config- Returns:
- schematic config
-
general
GeneralConfig general()The general config- Returns:
- general
-
presets
Presets presets()The preset storage- Returns:
- preset storage
-
brushes
Brushes brushes()The brush storage- Returns:
- brush storage
-