Class ItemAttributeFloatValue<A extends IItemAttribute>
java.lang.Object
de.rpgframework.genericrpg.modification.ModifyableImpl
de.rpgframework.genericrpg.items.ItemAttributeValue<A>
de.rpgframework.genericrpg.items.ItemAttributeFloatValue<A>
- All Implemented Interfaces:
Modifyable,SelectedValue<A>,Cloneable
-
Field Summary
FieldsFields inherited from class de.rpgframework.genericrpg.items.ItemAttributeValue
attributeFields inherited from class de.rpgframework.genericrpg.modification.ModifyableImpl
incomingModifications, outgoingModifications -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()floatfloatfloatfloatgetModifiedValue(ValueType type) doubleintvoidsetDistributed(float points) toString()Methods inherited from class de.rpgframework.genericrpg.items.ItemAttributeValue
getModifyable, getPool, setPoolMethods inherited from class de.rpgframework.genericrpg.modification.ModifyableImpl
addIncomingModification, addModifications, addOutgoingModification, clearIncomingModifications, clearOutgoingModifications, getIncomingModifications, getOutgoingModifications, removeIncomingModification, removeIncomingModificationForSource, removeIncomingModifications, setIncomingModifications
-
Field Details
-
value
@Attribute(name="value") protected float value
-
-
Constructor Details
-
ItemAttributeFloatValue
-
ItemAttributeFloatValue
-
ItemAttributeFloatValue
-
-
Method Details
-
clone
- Specified by:
clonein classItemAttributeValue<A extends IItemAttribute>- See Also:
-
toString
-
getDistributed
public float getDistributed() -
setDistributed
public void setDistributed(float points) -
getModifier
public int getModifier()- See Also:
-
getFloatModifier
public float getFloatModifier() -
getBigDecimalModifier
-
getModifiedValue
public float getModifiedValue() -
getModifiedValueDouble
public double getModifiedValueDouble() -
getModifiedValueBigDecimal
-
getModifiedValue
-