Class ItemAttributeValue<A extends IItemAttribute>
java.lang.Object
de.rpgframework.genericrpg.modification.ModifyableImpl
de.rpgframework.genericrpg.items.ItemAttributeValue<A>
- All Implemented Interfaces:
Modifyable,SelectedValue<A>,Cloneable
- Direct Known Subclasses:
ItemAttributeFloatValue,ItemAttributeFormulaValue,ItemAttributeNumericalValue,ItemAttributeObjectValue
public abstract class ItemAttributeValue<A extends IItemAttribute>
extends ModifyableImpl
implements SelectedValue<A>, Cloneable
-
Field Summary
FieldsFields inherited from class de.rpgframework.genericrpg.modification.ModifyableImpl
incomingModifications, outgoingModifications -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.rpgframework.genericrpg.modification.ModifyableImpl
addIncomingModification, addModifications, addOutgoingModification, clearIncomingModifications, clearOutgoingModifications, getIncomingModifications, getOutgoingModifications, removeIncomingModification, removeIncomingModificationForSource, removeIncomingModifications, setIncomingModifications
-
Field Details
-
attribute
-
-
Constructor Details
-
ItemAttributeValue
-
-
Method Details
-
getModifyable
- Specified by:
getModifyablein interfaceSelectedValue<A extends IItemAttribute>- See Also:
-
clone
-
getPool
-
setPool
-