mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-26 18:37:59 +01:00
Add getWorld to PlayerLocation.
This commit is contained in:
parent
530f85c03c
commit
69f46c2f12
@ -117,6 +117,14 @@ public class PlayerLocation {
|
||||
public Location getLocation() {
|
||||
return new Location(world, x, y, z);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the world!
|
||||
* @return
|
||||
*/
|
||||
public World getWorld(){
|
||||
return world;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the blockX.
|
||||
|
Loading…
Reference in New Issue
Block a user