Uses of Interface
tripleplay.game.ScreenStack.Predicate
Packages that use ScreenStack.Predicate
-
Uses of ScreenStack.Predicate in tripleplay.game
Methods in tripleplay.game with parameters of type ScreenStack.PredicateModifier and TypeMethodDescriptionScreenStack.find
(ScreenStack.Predicate pred) Searches from the top-most screen to the bottom-most screen for a screen that matches the predicate, returning the first matching screen.void
ScreenStack.remove
(ScreenStack.Predicate pred) ScreenStack.remove(Predicate,Transition)
with the default transition.void
ScreenStack.remove
(ScreenStack.Predicate pred, ScreenStack.Transition trans) Removes all screens that match the supplied predicate, from lowest in the stack to highest.