Package org. powbot. api. rt4. stream. widget
Types
Chat Option Stream
Link copied to clipboard
class ChatOptionStream(dataSource: BackingDataSource<ChatOption>) : SimpleStream<ChatOption, ChatOptionStream> , TextOps<ChatOption, ChatOptionStream>
Content copied to clipboard
Component Stream
Link copied to clipboard
open class ComponentStream(dataSource: BackingDataSource<Component>) : InteractableStream<Component, ComponentStream> , ActionableOps<Component, ComponentStream> , TextOps<Component, ComponentStream> , IdentifiableOps<Component, ComponentStream>
Content copied to clipboard
Widget Stream
Link copied to clipboard
open class WidgetStream(dataSource: BackingDataSource<Widget>, widgets: Array<Array<IWidget>>) : SimpleStream<Widget, WidgetStream> , IdentifiableOps<Widget, WidgetStream>
Content copied to clipboard
World Stream
Link copied to clipboard
open class WorldStream(dataSource: BackingDataSource<World>) : SimpleStream<World, WorldStream> , IdentifiableOps<World, WorldStream>
Content copied to clipboard