Package net.runelite.api
Interface PendingLogin
-
public interface PendingLoginA pending friend login/out. This is used to suppress world hop notifications by buffering the pending logins to try to match a pending logout with a pending login and cancel both.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()The name of the playershortgetWorld()The world the player logged into, or 0 if a logout.
-