()
| 519 | public abstract ResourceLocation getName(); |
| 520 | |
| 521 | @Override |
| 522 | public String toString() { |
| 523 | return getShortName().toString(); |
| 524 | } |
| 525 | } |
| 526 | // TODO: Allow resources to have update-checks, ex: the referenced resource is modified externally |
no test coverage detected