QueryCommand<G extends FlameGame<World>> class
abstract
Methods
-
execute(G game, ArgResults results)
→ (String?, String)
-
-
listAllChildren(Component component)
→ List<Component>
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onChildMatch(void onChild(Component), {required Component rootComponent, List<String> ids = const [], List<String> types = const [], int? limit})
→ void
-
inherited
-
optionalIntResult(String key, ArgResults results)
→ int?
-
inherited
-
processChildren(List<Component> children)
→ (String?, String)
-
-
run(G subject, List<String> args)
→ (String?, String)
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited