Package org. powbot. api. rt4. stream. ops
Types
Actionable Ops
Link copied to clipboard
interface ActionableOps<T : Actionable, S : SimpleStream<T, S>> : WrappedStream<T, S>
Content copied to clipboard
Identifiable Ops
Link copied to clipboard
interface IdentifiableOps<T : Identifiable, S : SimpleStream<T, S>> : WrappedStream<T, S>
Content copied to clipboard
Locatable Ops
Link copied to clipboard
interface LocatableOps<T : Locatable, S : SimpleStream<T, S>> : WrappedStream<T, S>
Content copied to clipboard
Nameable Ops
Link copied to clipboard
interface NameableOps<T : Nameable, S : SimpleStream<T, S>> : WrappedStream<T, S>
Content copied to clipboard
Viewable Ops
Link copied to clipboard
interface ViewableOps<T : Viewable, S : SimpleStream<T, S>> : WrappedStream<T, S>
Content copied to clipboard