mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-06 18:50:54 +01:00
Add getWorld to PlayerLocation.
This commit is contained in:
parent
530f85c03c
commit
69f46c2f12
@ -118,6 +118,14 @@ public class PlayerLocation {
|
|||||||
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