|
bwmodel
A modeling environment for Minecraft Bedwars
|
This is the complete list of members for bwmodel::GameDelegate, including all inherited members.
| on_bed_broken(const Game &game, PlayerColor breaker, PlayerColor bed)=0 | bwmodel::GameDelegate | pure virtual |
| on_game_end(const Game &game)=0 | bwmodel::GameDelegate | pure virtual |
| on_game_start(const Game &game)=0 | bwmodel::GameDelegate | pure virtual |
| on_player_move(const Game &game, int x, int y) | bwmodel::GameDelegate | virtual |
| on_player_sight(const Game &game, PlayerColor spotted, RegionSet location) | bwmodel::GameDelegate | virtual |
| on_players_match(const Game &game, PlayerColor victor, PlayerColor loser, bool was_final)=0 | bwmodel::GameDelegate | pure virtual |
| tick(const Game &game)=0 | bwmodel::GameDelegate | pure virtual |