Uses of Class
dev.twilite.game.stream.ComponentView
Packages that use ComponentView
Package
Description
-
Uses of ComponentView in dev.twilite.game
Methods in dev.twilite.game that return ComponentViewModifier and TypeMethodDescriptionstatic ComponentViewInterfaces.cc(int id) Returns the dynamic children of a component by packed id.static ComponentViewInterfaces.components()Deprecated.static ComponentViewInterfaces.components(int group) Returns a lazy view of interface components in a group. -
Uses of ComponentView in dev.twilite.game.common
Method parameters in dev.twilite.game.common with type arguments of type ComponentViewModifier and TypeMethodDescriptionbooleanInteractionScope.component(int id, Function<ComponentView, Optional<IfComponent>> ccQuery, String op) Interacts with a dynamic child component selected from a parent component's child view.booleanInteractionScope.resumePause(int id, Function<ComponentView, Optional<IfComponent>> ccQuery) Enqueues a resume/pause-button action on a dynamic child selected from a parent component's child view. -
Uses of ComponentView in dev.twilite.game.stream
Methods in dev.twilite.game.stream that return ComponentViewModifier and TypeMethodDescriptionComponentView.filter(Predicate<IfComponent> filter) Returns a new component view with an additional filter.Filters components by name, ignoring case.Filters components by name.ComponentView.not()Returns a new component view with the most recent filter negated.Filters components that expose any supplied interaction option.ComponentView.or(Predicate<IfComponent> filter) Returns a new component view with the supplied filter OR'ed with the most recent filter.Filters components whose text contains any supplied text, ignoring case.Filters components by standardized text. -
Uses of ComponentView in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return ComponentViewModifier and TypeMethodDescriptionIfComponent.dynamicChildren()Returns a lazy view over dynamic children.