mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-10-31 07:40:16 +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() {
|
public Location getLocation() {
|
||||||
return new Location(world, x, y, z);
|
return new Location(world, x, y, z);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the world!
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
public World getWorld(){
|
||||||
|
return world;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the blockX.
|
* Gets the blockX.
|
||||||
|
Loading…
Reference in New Issue
Block a user