Class CopyResolvedAttributesStep
java.lang.Object
de.rpgframework.genericrpg.items.CopyResolvedAttributesStep
- All Implemented Interfaces:
CarriedItemProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(boolean strict, ModifiedObjectType refType, Lifeform user, CarriedItem<?> model, List<Modification> unprocessed)
-
Constructor Details
-
CopyResolvedAttributesStep
public CopyResolvedAttributesStep()
-
-
Method Details
-
process
public OperationResult<List<Modification>> process(boolean strict, ModifiedObjectType refType, Lifeform user, CarriedItem<?> model, List<Modification> unprocessed) - Specified by:
processin interfaceCarriedItemProcessor- Parameters:
unprocessed- Unprocessed modifications from previous steps- Returns:
- Unprocessed modification
- See Also:
-