Uses of Class
de.rpgframework.genericrpg.items.ItemAttributeValue
Packages that use ItemAttributeValue
-
Uses of ItemAttributeValue in de.rpgframework.genericrpg.items
Subclasses of ItemAttributeValue in de.rpgframework.genericrpg.itemsModifier and TypeClassDescriptionclassItemAttributeFloatValue<A extends IItemAttribute>classItemAttributeFormulaValue<A extends IItemAttribute>classItemAttributeNumericalValue<A extends IItemAttribute>classItemAttributeObjectValue<A extends IItemAttribute>Methods in de.rpgframework.genericrpg.items that return ItemAttributeValueMethods in de.rpgframework.genericrpg.items that return types with arguments of type ItemAttributeValueModifier and TypeMethodDescriptionstatic Map<IItemAttribute, ItemAttributeValue<IItemAttribute>> CarriedItem.deepCopy(Map<IItemAttribute, ItemAttributeValue<IItemAttribute>> old) CarriedItem.getAttributes()Methods in de.rpgframework.genericrpg.items with parameters of type ItemAttributeValueModifier and TypeMethodDescriptionvoidCarriedItem.setAttribute(IItemAttribute attrib, ItemAttributeValue val) Method parameters in de.rpgframework.genericrpg.items with type arguments of type ItemAttributeValueModifier and TypeMethodDescriptionstatic Map<IItemAttribute, ItemAttributeValue<IItemAttribute>> CarriedItem.deepCopy(Map<IItemAttribute, ItemAttributeValue<IItemAttribute>> old) -
Uses of ItemAttributeValue in de.rpgframework.genericrpg.items.formula
Methods in de.rpgframework.genericrpg.items.formula that return ItemAttributeValueModifier and TypeMethodDescriptionstatic ItemAttributeValueFormulaTool.convertToAttributeValue(IItemAttribute attrib, Formula form)