()
| 660 | } |
| 661 | |
| 662 | public final CostPartMana getCostMana() { |
| 663 | for (final CostPart part : this.costParts) { |
| 664 | if (part instanceof CostPartMana) { |
| 665 | return (CostPartMana) part; |
| 666 | } |
| 667 | } |
| 668 | return null; |
| 669 | } |
| 670 | |
| 671 | public final CostPayEnergy getCostEnergy() { |
| 672 | for (final CostPart part : this.costParts) { |
no outgoing calls
no test coverage detected