public static interface MaterialLibrary.DeadResourceRecord
| Modifier and Type | Method | Description | 
|---|---|---|
| int | getLostAmt() | Returns the pounds of material consumed | 
| java.util.List<CMObject> | getLostProps() | Returns any property effects on consumed resource | 
| int | getLostValue() | Returns the amount of base gold value consumed. | 
| int | getResCode() | Returns the Resource code of the consumed material | 
| java.lang.String | getSubType() | Returns the subType, if any, of the consumed resource | 
int getLostValue()
int getLostAmt()
int getResCode()
java.lang.String getSubType()
java.util.List<CMObject> getLostProps()