Class: SimulationState experimental
Beta
Responsible for querying and modifying various properties of the simulation.
Methods
isPaused()
isPaused():
boolean
Beta
Returns
boolean
Remarks
Returns true if mob simulation is paused.
setPaused()
setPaused(
isPaused):void
World Mutation Beta
Parameters
isPaused
boolean
Returns
void
Remarks
Sets the state of mob simulation. If set to true, mobs
are paused.
Throws
This function can throw errors.
