public interface Repairable
| Modifier and Type | Method and Description | 
|---|---|
| Repairable | clone() | 
| int | getRepairCost()Gets the repair penalty | 
| boolean | hasRepairCost()Checks to see if this has a repair penalty | 
| void | setRepairCost(int cost)Sets the repair penalty | 
boolean hasRepairCost()
int getRepairCost()
void setRepairCost(int cost)
cost - repair penaltyRepairable clone()
Copyright © 2015. All rights reserved.