Class StringListProperty

java.lang.Object
com.soulfiremc.server.settings.property.StringListProperty
All Implemented Interfaces:
Property

@TypeAdapters @Immutable public abstract non-sealed class StringListProperty extends Object implements Property
  • Constructor Details

    • StringListProperty

      public StringListProperty()
  • Method Details

    • key

      public abstract String key()
      Specified by:
      key in interface Property
    • uiName

      public abstract String uiName()
    • description

      public abstract String description()
    • defaultValue

      public abstract List<String> defaultValue()
    • disabled

      @Default public boolean disabled()