api: add player id accessor
This commit is contained in:
@@ -32,6 +32,13 @@ import javax.annotation.Nullable;
|
|||||||
*/
|
*/
|
||||||
public interface Player extends Actor
|
public interface Player extends Actor
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Get the ID of the player
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
int getId();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
int getCombatLevel();
|
int getCombatLevel();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user