Modul de.rpgframework.rules
Package de.rpgframework.genericrpg.data
Klasse ASkillGroupValue<S extends ASkillGroup>
java.lang.Object
de.rpgframework.genericrpg.modification.ModifyableImpl
de.rpgframework.genericrpg.data.DataItemValue<S>
de.rpgframework.genericrpg.data.ASkillGroupValue<S>
- Alle implementierten Schnittstellen:
ResolvableDataItem<S>,Modifyable,ModifyableNumericalValue<S>,NumericalValue<S>,SelectedValue<S>
public abstract class ASkillGroupValue<S extends ASkillGroup>
extends DataItemValue<S>
implements ModifyableNumericalValue<S>
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected intThe final value of the attribute after generation, before exp have been spent.Von Klasse geerbte Felder de.rpgframework.genericrpg.data.DataItemValue
character, customName, injectedBy, language, ref, resolved, valueVon Klasse geerbte Felder de.rpgframework.genericrpg.modification.ModifyableImpl
incomingModifications, outgoingModifications -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintShortcut to getModifiedValue(NATURAL, AUGMENTED)intgetModifiedValue(ValueType... typeArray) intgetModifier(ValueType... typeArray) getPool()intgetStart()voidvoidsetStart(int start) Von Klasse geerbte Methoden de.rpgframework.genericrpg.data.DataItemValue
getCharacter, getCustomName, getDistributed, getInjectedBy, getKey, getLanguage, getModifyable, getNameWithoutDecisions, getNameWithoutRating, getNameWithoutRating, getNameWithRating, getNameWithRating, getResolved, getShortName, isAutoAdded, setCharacter, setCustomName, setDistributed, setInjectedBy, setLanguage, setResolvedVon Klasse geerbte Methoden de.rpgframework.genericrpg.modification.ModifyableImpl
addIncomingModification, addModifications, addOutgoingModification, clearIncomingModifications, clearOutgoingModifications, getIncomingModifications, getOutgoingModifications, removeIncomingModification, removeIncomingModificationForSource, removeIncomingModifications, setIncomingModificationsVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden de.rpgframework.genericrpg.modification.Modifyable
addIncomingModification, getIncomingModifications, removeIncomingModification, setIncomingModificationsVon Schnittstelle geerbte Methoden de.rpgframework.genericrpg.ModifyableNumericalValue
getModifierVon Schnittstelle geerbte Methoden de.rpgframework.genericrpg.NumericalValue
getDistributed, setDistributedVon Schnittstelle geerbte Methoden de.rpgframework.genericrpg.SelectedValue
getModifyable
-
Felddetails
-
start
@Attribute(name="start", required=false) protected int startThe 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
-
-
Konstruktordetails
-
ASkillGroupValue
public ASkillGroupValue() -
ASkillGroupValue
-
ASkillGroupValue
-
-
Methodendetails
-
getModifier
- Angegeben von:
getModifierin SchnittstelleModifyableNumericalValue<S extends ASkillGroup>- Siehe auch:
-
getModifiedValue
public int getModifiedValue()Beschreibung aus Schnittstelle kopiert:ModifyableNumericalValueShortcut to getModifiedValue(NATURAL, AUGMENTED)- Angegeben von:
getModifiedValuein SchnittstelleModifyableNumericalValue<S extends ASkillGroup>- Gibt zurück:
- Siehe auch:
-
getModifiedValue
- Angegeben von:
getModifiedValuein SchnittstelleModifyableNumericalValue<S extends ASkillGroup>- Siehe auch:
-
getStart
public int getStart()- Gibt zurück:
- the start
-
setStart
public void setStart(int start) - Parameter:
start- the start to set
-
getPool
- Angegeben von:
getPoolin SchnittstelleModifyableNumericalValue<S extends ASkillGroup>- Gibt zurück:
- the pool
-
setPool
- Parameter:
pool- the pool to set
-