Modul de.rpgframework.rules
Package de.rpgframework.genericrpg.data
Klasse AttributeValue<A extends IAttribute>
java.lang.Object
de.rpgframework.genericrpg.modification.ModifyableImpl
de.rpgframework.genericrpg.data.AttributeValue<A>
- Alle implementierten Schnittstellen:
Modifyable,ModifyableNumericalValue<A>,NumericalValue<A>,SelectedValue<A>
public class AttributeValue<A extends IAttribute>
extends ModifyableImpl
implements ModifyableNumericalValue<A>
-
Feldübersicht
Von Klasse geerbte Felder de.rpgframework.genericrpg.modification.ModifyableImpl
incomingModifications, outgoingModifications -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintReturns the points invested into this valueintgetPool()intgetStart()voidsetDistributed(int value) Set the points invested into this value;voidvoidsetStart(int start) toString()Von 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, wait, wait, waitVon Schnittstelle geerbte Methoden de.rpgframework.genericrpg.modification.Modifyable
addIncomingModification, getIncomingModifications, removeIncomingModification, setIncomingModificationsVon Schnittstelle geerbte Methoden de.rpgframework.genericrpg.ModifyableNumericalValue
getModifiedValue, getModifiedValue, getModifier, getModifier
-
Konstruktordetails
-
AttributeValue
public AttributeValue() -
AttributeValue
-
AttributeValue
-
-
Methodendetails
-
toString
-
getDistributed
public int getDistributed()Beschreibung aus Schnittstelle kopiert:NumericalValueReturns the points invested into this value- Angegeben von:
getDistributedin SchnittstelleNumericalValue<A extends IAttribute>- Gibt zurück:
- Invested points
- Siehe auch:
-
setDistributed
public void setDistributed(int value) Beschreibung aus Schnittstelle kopiert:NumericalValueSet the points invested into this value;- Angegeben von:
setDistributedin SchnittstelleNumericalValue<A extends IAttribute>- Siehe auch:
-
getModifyable
- Angegeben von:
getModifyablein SchnittstelleSelectedValue<A extends IAttribute>- Siehe auch:
-
getStart
public int getStart()- Gibt zurück:
- the start
-
setStart
public void setStart(int start) - Parameter:
start- the start to set
-
getMaximum
public int getMaximum() -
getDisplayString
-
getPool
- Gibt zurück:
- the pool
-
setPool
- Parameter:
pool- the pool to set
-