runelite-api: expose ChatPlayer.world

This commit is contained in:
Lotto
2018-08-08 04:03:38 +02:00
committed by Adam
parent e93ee86a21
commit 716c84c132
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import net.runelite.mapping.Import;
public interface RSChatPlayer extends ChatPlayer, RSNameable
{
@Import("world")
@Override
int getWorld();
@Import("rank")