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