bwmodel
A modeling environment for Minecraft Bedwars
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bwmodel::Simulator Class Reference

Public Member Functions

void sequence (uint64_t time, std::function< void(Game &)> event)
 
void simulate (Game &game)
 

Member Function Documentation

◆ sequence()

void bwmodel::Simulator::sequence ( uint64_t time,
std::function< void(Game &)> event )

Sequences event to occur at the given millisecond offset time.

◆ simulate()

void bwmodel::Simulator::simulate ( Game & game)

Simulates the given game, consuming previously sequenced events as they are carried out.


The documentation for this class was generated from the following files: