Uses of Class
dev.twilite.game.stream.View
Packages that use View
-
Uses of View in dev.twilite.game
Methods in dev.twilite.game that return ViewModifier and TypeMethodDescriptionstatic View<SubInterface> Game.subInterfaces()Returns open sub-interfaces. -
Uses of View in dev.twilite.game.stream
Classes in dev.twilite.game.stream with type parameters of type ViewModifier and TypeInterfaceDescriptioninterfaceItemViewFilters<T extends BaseItem,V extends View<T>> Shared item filtering methods for views over item wrappers.Subclasses of View in dev.twilite.game.streamModifier and TypeClassDescriptionclassView specialization for actors such as players and NPCs.classBaseItemView<T extends BaseItem,V extends BaseItemView<T, V>> View specialization for item wrappers.classLazy view over interface components.classLazy view over spot effects.classLazy view over Grand Exchange offers.classLazy view over active hint arrows.classLazy view over inventory items.classLazy view over NPCs.classLazy view over players.classLazy view over projectiles.classLazy view over scene objects.classLazy view over loaded server-list entries.classLazy view over tile items.classView specialization for positioned game units.Methods in dev.twilite.game.stream that return ViewModifier and TypeMethodDescriptionReturns a new view with an additional filter.View.not()Returns a new view with the most recent filter negated.Returns a new view with the supplied filter OR'ed with the most recent filter. -
Uses of View in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return ViewModifier and TypeMethodDescriptionWorld.entities()Returns a lazy view of transmitted world entities.