java.lang.Object
com.fastasyncworldedit.core.configuration.Config
Direct Known Subclasses:
Settings

public class Config extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @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 generated
    static @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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    load(File file)
     
    void
    save(File file)
    Set all values in the file (load first to avoid overwriting).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • load

      public boolean load(File file)
    • save

      public void save(File file)
      Set all values in the file (load first to avoid overwriting).