Loading the complete API reference…
Live entity access
Microbot API.
The complete queryable reference for NPCs, players, ground items, tile objects, boats, and player state—right in the browser.
RULEUse the singleton caches exposed by
Microbot. Build a query, then resolve it with a client-thread terminal method when you need live RuneLite data.API source index
These are the actual Microbot API classes and examples shipped in the client source. Open any file to read the implementation.
IEntity.javacommon entity contractIEntityQueryable.javafluent query contractAbstractEntityQueryable.javaquery implementationRs2NpcQueryable.javaNPC filters and terminalsRs2PlayerQueryable.javaplayer filters and terminalsRs2TileItemQueryable.javaground item filters and terminalsRs2TileObjectQueryable.javatile object filters and terminalsRs2BoatCache.javaboat cache accessNpcApiExample.javacomplete NPC examplesPlayerApiExample.javacomplete player examplesTileItemApiExample.javaground item examplesTileObjectApiExample.javatile object examples