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 penalty@NotNull Repairable clone()
Copyright © 2022. All rights reserved.