| 28 | df::item_quality getMaxQuality() const {return max_quality; } |
| 29 | bool getDecoratedOnly() const { return decorated_only; } |
| 30 | df::dfhack_material_category getMaterialMask() const { return mat_mask; } |
| 31 | std::set<DFHack::MaterialInfo> getMaterials() const { return materials; } |
| 32 | |
| 33 | bool matches(df::dfhack_material_category mask) const; |
no outgoing calls
no test coverage detected