Class Schema.InheritSettings

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

public static class Schema.InheritSettings extends Object
  • Field Details

  • Constructor Details

    • InheritSettings

      public InheritSettings(String type)
    • InheritSettings

      protected InheritSettings()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getMapKey

      public String getMapKey()
    • setMapKey

      public void setMapKey(String mapKey)
    • getMapKeyValue

      public String getMapKeyValue()
    • setMapKeyValue

      public void setMapKeyValue(String mapKeyValue)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object