mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
@@ -44,6 +44,13 @@ public interface Player extends HumanEntity, CommandSender {
|
|||||||
*/
|
*/
|
||||||
public void setCompassTarget(Location loc);
|
public void setCompassTarget(Location loc);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the previously set compass target.
|
||||||
|
*
|
||||||
|
* @return location of the target
|
||||||
|
*/
|
||||||
|
public Location getCompassTarget();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the socket address of this player
|
* Gets the socket address of this player
|
||||||
* @return the player's address
|
* @return the player's address
|
||||||
|
Reference in New Issue
Block a user