Package org.powbot.api.rt4.stream.locatable.interactive
Types
ActorStream
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
GameObjectStream
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
GroundItemStream
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
InteractableStream
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
NpcStream
Link copied to clipboard
class NpcStream(dataSource: BackingDataSource<Npc>) : ActorStream<INpc, Npc, NpcStream> , ActionableOps<Npc, NpcStream> , IdentifiableOps<Npc, NpcStream>
Content copied to clipboard
PlayerStream
Link copied to clipboard
class PlayerStream(dataSource: BackingDataSource<Player>) : ActorStream<IPlayer, Player, PlayerStream>
Content copied to clipboard