public interface Repairable
| Modifier and Type | Method | 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 © 2019. All rights reserved.