Package org.powbot.api.rt4
Types
Actor
Link copied to clipboard
abstract class Actor<T : IActor>(accessor: T?) : Interactive, InteractableEntity, Validatable, Nameable, Locatable, Modelable<Actor<T>>
Content copied to clipboard
BankCache
Link copied to clipboard
BasicObject
Link copied to clipboard
BasicObject An object representing an internal game object.
CacheItemConfig
Link copied to clipboard
class CacheItemConfig
Content copied to clipboard
CacheItemConfig An object holding configuration data for an Item within RuneScape.
CacheNpcConfig
Link copied to clipboard
class CacheNpcConfig
Content copied to clipboard
CacheNpcConfig An object holding configuration data for a Npc within Runescape.
CacheObjectConfig
Link copied to clipboard
class CacheObjectConfig
Content copied to clipboard
CacheObjectConfig An object holding configuration data for a GameObject within Runescape.
CacheVarbitConfig
Link copied to clipboard
class CacheVarbitConfig
Content copied to clipboard
ChatOption
Link copied to clipboard
class ChatOption(index: Int, option: Component?) : Textable, Validatable, Nillable<ChatOption>
Content copied to clipboard
ChatOption
CollectionBox
Link copied to clipboard
object CollectionBox
Content copied to clipboard
CollectionSlot
Link copied to clipboard
CollisionMap
Link copied to clipboard
Component
Link copied to clipboard
class Component(parent: Component?, widget: IWidget?, index: Int) : Interactive, Identifiable, Validatable, Iterable<Component?> , Actionable, Nillable<Component?> , Textable
Content copied to clipboard
Components
Link copied to clipboard
object Components
Content copied to clipboard
DepositBox
Link copied to clipboard
object DepositBox
Content copied to clipboard
DepositBox A utility class for depositing items, opening and closing a deposit box, and finding the closest usable bank deposit box.
DynamicObject
Link copied to clipboard
class DynamicObject(dynamicObject: IDynamicObject?) : Identifiable, Validatable, Nillable<DynamicObject?> , Locatable
Content copied to clipboard
GameObject
Link copied to clipboard
class GameObject(obj: BasicObject<*>?, type: GameObject.Type) : Interactive, Nameable, InteractableEntity, Identifiable, Validatable, Actionable, Modelable<GameObject> , Nillable<GameObject> , Emittable<ObjectAction>
Content copied to clipboard
GameObject
GenericItem
Link copied to clipboard
GenericItem
GrandExchange
Link copied to clipboard
object GrandExchange
Content copied to clipboard
GrandExchangeItem
Link copied to clipboard
GroundItem
Link copied to clipboard
class GroundItem(tile: Tile, node: IItemNode?, itemPile: IItemPile?) : GenericItem, Nameable, Interactable, Identifiable, Validatable, Actionable, Locatable, InteractableEntity, Nillable<GroundItem?> , Modelable<GroundItem>
Content copied to clipboard
GroundItem
GroundItems
Link copied to clipboard
object GroundItems
Content copied to clipboard
IdsAndStack
Link copied to clipboard
Interactive
Link copied to clipboard
Item
Link copied to clipboard
open class Item(component: Component?, inventoryIndex: Int, id: Int, stack: Int, type: ItemType) : GenericItem, Identifiable, Nameable, Stackable, Actionable, Nillable<Item?> , Emittable<ItemAction>
Content copied to clipboard
Item
MessageLog
Link copied to clipboard
object MessageLog
Content copied to clipboard
MessageType
Link copied to clipboard
Npc
Link copied to clipboard
class Npc(accessor: INpc?) : Actor<INpc> , Identifiable, Actionable, Nillable<Npc>
Content copied to clipboard
OldLocalPath
Link copied to clipboard
LocalPath
Projectile
Link copied to clipboard
class Projectile(projectile: IProjectile?) : Locatable, Identifiable, Validatable, Nillable<Projectile?>
Content copied to clipboard
Projectile
Projectiles
Link copied to clipboard
object Projectiles
Content copied to clipboard
Projectiles Projectiles is a utility which provides access to the game's projectiles.
QuestsCache
Link copied to clipboard
ScreenPosition
Link copied to clipboard
object ScreenPosition
Content copied to clipboard
TileMatrix
Link copied to clipboard
TileMatrix An interactive tile matrix.
WebWalking
Link copied to clipboard
object WebWalking
Content copied to clipboard
Widget
Link copied to clipboard
class Widget(widgets: Array<IWidget?>, index: Int) : Identifiable, Validatable, Iterable<Component?> , Nillable<Component?>
Content copied to clipboard
Widget
WidgetScrollerHelper
Link copied to clipboard
object WidgetScrollerHelper
Content copied to clipboard
World
Link copied to clipboard
class World(number: Int, population: Int, textColor: Int, type: World.Type, server: World.Server, specialty: World.Specialty) : Nillable<World?> , Validatable, Identifiable
Content copied to clipboard
WorldListCache
Link copied to clipboard
WorldListItem
Link copied to clipboard