|
bwmodel
A modeling environment for Minecraft Bedwars
|
Public Member Functions | |
| void | sequence (uint64_t time, std::function< void(Game &)> event) |
| void | simulate (Game &game) |
| void bwmodel::Simulator::sequence | ( | uint64_t | time, |
| std::function< void(Game &)> | event ) |
Sequences event to occur at the given millisecond offset time.
| void bwmodel::Simulator::simulate | ( | Game & | game | ) |
Simulates the given game, consuming previously sequenced events as they are carried out.