Class Player
- java.lang.Object
-
- com.osrsbots.orb.api.interactables.entities.Player
-
public class Player extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Player()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancanUseHome()static booleancanUseMiniGame()static @Nullable RSPlayerget()static @Nullable RSNpcgetFollower()static intgetKeyboardIdleTicks()static longgetLastClickTime()static intgetMouseIdleTicks()static booleaninInstance()static booleanisLoggedIn()static booleanisMember()static booleanlogout()static voidsendMessage(net.runelite.api.ChatMessageType type, java.lang.String name, java.lang.String msg)static voidsetIdleOutTime(int miliSeconds)
-
-
-
Method Detail
-
isLoggedIn
public static boolean isLoggedIn()
-
logout
public static boolean logout()
-
get
@Nullable public static @Nullable RSPlayer get()
-
isMember
public static boolean isMember()
-
sendMessage
public static void sendMessage(net.runelite.api.ChatMessageType type, java.lang.String name, java.lang.String msg)
-
getKeyboardIdleTicks
public static int getKeyboardIdleTicks()
-
getMouseIdleTicks
public static int getMouseIdleTicks()
-
getLastClickTime
public static long getLastClickTime()
-
inInstance
public static boolean inInstance()
-
getFollower
@Nullable public static @Nullable RSNpc getFollower()
-
setIdleOutTime
public static void setIdleOutTime(int miliSeconds)
-
canUseMiniGame
public static boolean canUseMiniGame()
-
canUseHome
public static boolean canUseHome()
-
-