runelite-api: expose ChatPlayer.world

This commit is contained in:
Lotto
2018-08-12 08:51:01 -04:00
committed by Adam
parent e93ee86a21
commit 716c84c132
2 changed files with 2 additions and 0 deletions
@@ -29,4 +29,5 @@ package net.runelite.api;
*/
public interface ChatPlayer extends Nameable
{
int getWorld();
}