Package net.openosrs.api
Class OpenOSRS
- java.lang.Object
-
- net.openosrs.api.OpenOSRS
-
public final class OpenOSRS extends java.lang.ObjectStatic facade over the Interaction API services. Services resolve lazily throughContextso ordering is never an issue.
-
-
Method Summary
-
-
-
Method Detail
-
npcs
public static NpcService npcs()
-
objects
public static ObjectService objects()
-
players
public static PlayerService players()
-
groundItems
public static GroundItemService groundItems()
-
tiles
public static TileService tiles()
-
inventory
public static InventoryService inventory()
-
widgets
public static WidgetService widgets()
-
equipment
public static EquipmentService equipment()
-
dialogue
public static DialogueService dialogue()
-
dialogueFlow
public static DialogueFlowRunner dialogueFlow()
-
prayers
public static PrayerService prayers()
-
tabs
public static TabsService tabs()
-
emotes
public static EmoteService emotes()
-
magic
public static MagicService magic()
-
makeX
public static MakeXService makeX()
-
bank
public static BankService bank()
-
shop
public static ShopService shop()
-
trade
public static TradeService trade()
-
grandExchange
public static GrandExchangeService grandExchange()
-
mapUi
public static MapUiService mapUi()
-
skills
public static SkillService skills()
-
combat
public static CombatService combat()
-
vars
public static VarService vars()
-
quests
public static QuestService quests()
-
scene
public static SceneService scene()
-
house
public static HouseService house()
-
camera
public static CameraService camera()
-
map
public static MapService map()
-
sailing
public static SailingService sailing()
-
login
public static LoginService login()
-
movement
public static MovementService movement()
-
pathfinder
public static LocalPathfinder pathfinder()
-
walker
public static Walker walker()
-
teleports
public static TeleportsService teleports()
-
delays
public static TickDelayService delays()
-
-