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>
InteractableStream
Link copied to clipboard
abstract class InteractableStream<T : Interactable, S : SimpleStream<T, S>>(dataSource: BackingDataSource<T>) : SimpleStream<T, S> , ViewableOps<T, S>
NpcStream
Link copied to clipboard
class NpcStream(dataSource: BackingDataSource<Npc>) : ActorStream<INpc, Npc, NpcStream> , ActionableOps<Npc, NpcStream> , IdentifiableOps<Npc, NpcStream>
PlayerStream
Link copied to clipboard
class PlayerStream(dataSource: BackingDataSource<Player>) : ActorStream<IPlayer, Player, PlayerStream>