Package org. powbot. api. rt4. stream. locatable. interactive
Types
Actor Stream
Link copied to clipboard
abstract class ActorStream<I : IActor, T : Actor<I>, S : SimpleStream<T, S>>(dataSource: BackingDataSource<T>) : InteractableStream<T, S> , LocatableOps<T, S> , NameableOps<T, S>
Content copied to clipboard
Game Object Stream
Link copied to clipboard
class GameObjectStream(dataSource: BackingDataSource<GameObject>) : InteractableStream<GameObject, GameObjectStream> , ActionableOps<GameObject, GameObjectStream> , IdentifiableOps<GameObject, GameObjectStream> , LocatableOps<GameObject, GameObjectStream> , NameableOps<GameObject, GameObjectStream>
Content copied to clipboard
Ground Item Stream
Link copied to clipboard
class GroundItemStream(dataSource: BackingDataSource<GroundItem>) : InteractableStream<GroundItem, GroundItemStream> , ActionableOps<GroundItem, GroundItemStream> , LocatableOps<GroundItem, GroundItemStream> , IdentifiableOps<GroundItem, GroundItemStream> , NameableOps<GroundItem, GroundItemStream>
Content copied to clipboard
Interactable Stream
Link copied to clipboard
abstract class InteractableStream<T : Interactable, S : SimpleStream<T, S>>(dataSource: BackingDataSource<T>) : SimpleStream<T, S> , ViewableOps<T, S>
Content copied to clipboard
Npc Stream
Link copied to clipboard
class NpcStream(dataSource: BackingDataSource<Npc>) : ActorStream<INpc, Npc, NpcStream> , ActionableOps<Npc, NpcStream> , IdentifiableOps<Npc, NpcStream>
Content copied to clipboard
Player Stream
Link copied to clipboard
class PlayerStream(dataSource: BackingDataSource<Player>) : ActorStream<IPlayer, Player, PlayerStream>
Content copied to clipboard