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
Bank Cache
Link copied to clipboard
Basic Object
Link copied to clipboard
BasicObject An object representing an internal game object.
Cache Item Config
Link copied to clipboard
class CacheItemConfig
Content copied to clipboard
CacheItemConfig An object holding configuration data for an Item within RuneScape.
Cache Npc Config
Link copied to clipboard
class CacheNpcConfig
Content copied to clipboard
CacheNpcConfig An object holding configuration data for a Npc within Runescape.
Cache Object Config
Link copied to clipboard
class CacheObjectConfig
Content copied to clipboard
CacheObjectConfig An object holding configuration data for a GameObject within Runescape.
Cache Varbit Config
Link copied to clipboard
class CacheVarbitConfig
Content copied to clipboard
Chat Option
Link copied to clipboard
class ChatOption(index: Int, option: Component?) : Textable, Validatable, Nillable<ChatOption>
Content copied to clipboard
ChatOption
Collection Box
Link copied to clipboard
object CollectionBox
Content copied to clipboard
Collection Slot
Link copied to clipboard
Collision Map
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
Deposit Box
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.
Dynamic Object
Link copied to clipboard
class DynamicObject(dynamicObject: IDynamicObject?) : Identifiable, Validatable, Nillable<DynamicObject?> , Locatable
Content copied to clipboard
Game Object
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
Generic Item
Link copied to clipboard
GenericItem
Grand Exchange
Link copied to clipboard
object GrandExchange
Content copied to clipboard
Grand Exchange Item
Link copied to clipboard
Ground Item
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
Ground Items
Link copied to clipboard
object GroundItems
Content copied to clipboard
Ids And Stack
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
Message Log
Link copied to clipboard
object MessageLog
Content copied to clipboard
Message Type
Link copied to clipboard
Npc
Link copied to clipboard
class Npc(accessor: INpc?) : Actor<INpc> , Identifiable, Actionable, Nillable<Npc>
Content copied to clipboard
Old Local Path
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.
Quests Cache
Link copied to clipboard
Screen Position
Link copied to clipboard
object ScreenPosition
Content copied to clipboard
Tile Matrix
Link copied to clipboard
TileMatrix An interactive tile matrix.
Web Walking
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
Widget Scroller Helper
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
World List Cache
Link copied to clipboard
World List Item
Link copied to clipboard