Gets the cost parts. @return the cost parts
()
| 108 | * @return the cost parts |
| 109 | */ |
| 110 | public final List<CostPart> getCostParts() { |
| 111 | return this.costParts; |
| 112 | } |
| 113 | |
| 114 | public void sort() { |
| 115 | // Things that need to happen first should be 0-4 (Tap, PayMana) |
no outgoing calls
no test coverage detected