Class ASkillGroupValue<S extends ASkillGroup>

All Implemented Interfaces:
ResolvableDataItem<S>, Modifyable, ModifyableNumericalValue<S>, NumericalValue<S>, SelectedValue<S>

public abstract class ASkillGroupValue<S extends ASkillGroup> extends DataItemValue<S> implements ModifyableNumericalValue<S>
  • Field Details

    • start

      @Attribute(name="start", required=false) protected int start
      The final value of the attribute after generation, before exp have been spent. During priority generation this contains the value until which the attribute is paid by attribute points
  • Constructor Details

    • ASkillGroupValue

      public ASkillGroupValue()
    • ASkillGroupValue

      public ASkillGroupValue(S key)
    • ASkillGroupValue

      public ASkillGroupValue(S key, int distributed)
  • Method Details