mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Remove unused CraftWorld.getId method
By: md_5 <git@md-5.net>
This commit is contained in:
parent
42e9529365
commit
37d58b321b
1 changed files with 0 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue