runelite-api: expose ChatPlayer.world
This commit is contained in:
@@ -29,4 +29,5 @@ package net.runelite.api;
|
|||||||
*/
|
*/
|
||||||
public interface ChatPlayer extends Nameable
|
public interface ChatPlayer extends Nameable
|
||||||
{
|
{
|
||||||
|
int getWorld();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ import net.runelite.mapping.Import;
|
|||||||
public interface RSChatPlayer extends ChatPlayer, RSNameable
|
public interface RSChatPlayer extends ChatPlayer, RSNameable
|
||||||
{
|
{
|
||||||
@Import("world")
|
@Import("world")
|
||||||
|
@Override
|
||||||
int getWorld();
|
int getWorld();
|
||||||
|
|
||||||
@Import("rank")
|
@Import("rank")
|
||||||
|
|||||||
Reference in New Issue
Block a user