mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-25 17:22:02 -07:00
Remove unused CraftWorld.getId method
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user