mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-03 09:29:34 +01:00
Add getLocation to the API
This commit is contained in:
parent
691f14876c
commit
c4d1ca694d
@ -99,6 +99,12 @@ public interface Hologram {
|
|||||||
*/
|
*/
|
||||||
public void teleport(World world, double x, double y, double z);
|
public void teleport(World world, double x, double y, double z);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the position of the hologram.
|
||||||
|
*
|
||||||
|
* @return the Location of the hologram
|
||||||
|
*/
|
||||||
|
public Location getLocation();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the X coordinate.
|
* Returns the X coordinate.
|
||||||
|
Loading…
Reference in New Issue
Block a user