Remove unused CraftWorld.getId method

This commit is contained in:
md_5 2020-01-27 19:30:17 +11:00
parent 10763a88ba
commit d82b314944
1 changed files with 0 additions and 5 deletions

View File

@ -762,11 +762,6 @@ public class CraftWorld implements World {
return world.worldData.getName();
}
@Deprecated
public long getId() {
return world.worldData.getSeed();
}
@Override
public UUID getUID() {
return world.getDataManager().getUUID();