Merge pull request #229 from runelite-extended/player-id

Add getPlayerId
This commit is contained in:
Tyler Bochard
2019-05-12 14:13:49 -04:00
committed by GitHub

View File

@@ -35,6 +35,8 @@ public interface Player extends Actor
@Override @Override
int getCombatLevel(); int getCombatLevel();
int getPlayerId();
/** /**
* Gets the composition of this player. * Gets the composition of this player.
* *