Add Override annotations where appropriate

This commit is contained in:
md_5
2019-04-28 11:38:01 +10:00
parent 3331dade5e
commit e3df3d5cda
140 changed files with 1021 additions and 0 deletions

View File

@@ -1847,6 +1847,7 @@ public final class CraftServer implements Server {
}
}
@Override
public LootTable getLootTable(NamespacedKey key) {
Validate.notNull(key, "NamespacedKey cannot be null");