Class Schema.SchemaTypeField

java.lang.Object
com.hypixel.hytale.codec.schema.config.Schema.SchemaTypeField
Enclosing class:
Schema

public static class Schema.SchemaTypeField extends Object
  • Field Details

  • Constructor Details

    • SchemaTypeField

      public SchemaTypeField(String property, String defaultValue, String... values)
    • SchemaTypeField

      protected SchemaTypeField()
  • Method Details

    • getProperty

      public String getProperty()
    • getDefaultValue

      public String getDefaultValue()
    • getValues

      public String[] getValues()
    • getParentPropertyKey

      public String getParentPropertyKey()
    • setParentPropertyKey

      public void setParentPropertyKey(String parentPropertyKey)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object