public interface Repairable
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull 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 @NotNull Repairable clone()
Copyright © 2020. All rights reserved.