mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-09 06:50:32 +08:00
Added World.getName and World.getId
This commit is contained in:
parent
81f920d927
commit
603156ea29
@ -190,6 +190,14 @@ public class CraftWorld implements World {
|
||||
return world.l(x, y, z);
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return world.w;
|
||||
}
|
||||
|
||||
public long getId() {
|
||||
return world.u;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CraftWorld";
|
||||
|
Loading…
Reference in New Issue
Block a user