Example #1
0
teapots = game.GetGroup(GameMatcher.AllOf(GameMatcher.Teapot, GameMatcher.Amount));
Example #2
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Temperature)
Example #3
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Heating, GameMatcher.Amount, GameMatcher.Temperature));
Example #4
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.BeingFilled, GameMatcher.Temperature));
Example #5
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Boiling, GameMatcher.Heating));
Example #6
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Amount, GameMatcher.Capacity));