mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-10 20:59:54 +01:00
Remove unused CraftWorld.getId method
This commit is contained in:
parent
10763a88ba
commit
d82b314944
@ -762,11 +762,6 @@ public class CraftWorld implements World {
|
|||||||
return world.worldData.getName();
|
return world.worldData.getName();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public long getId() {
|
|
||||||
return world.worldData.getSeed();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public UUID getUID() {
|
public UUID getUID() {
|
||||||
return world.getDataManager().getUUID();
|
return world.getDataManager().getUUID();
|
||||||
|
Loading…
Reference in New Issue
Block a user