Annotation Interface UnionConfig.Entry

Enclosing class:
UnionConfig

@Retention(RUNTIME) @Target(FIELD) public static @interface UnionConfig.Entry
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name used for the config.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
    The translated name of the config.
  • Element Details

    • name

      String name
      The name used for the config. Used in the file generated for the config and ignored by the gui if translatable is set
    • group

      String group
      Default:
      ""
    • side

      Default:
      Shared
    • translatable

      String translatable
      The translated name of the config. This shows up in menus
      Default:
      ""