BetaBetaThe ID for this machine's entity.
BetaThe ID of this machine.
BetaThe max amount of each storage type in this machine.
BetaWhether this machine has a persistent entity or not
BetaTests if the registered machine has a specific callback (event or handler).
The name of the callback.
Whether the machine defines the specified callback.
StaticforceBetaGet a registered machine by its ID or throw an error if it doesn't exist.
The ID of the machine to get.
The registered machine.
StaticgetBetaGet a registered machine by its ID.
The ID of the machine to get.
The registered machine, or undefined if it does not exist.
Representation of a machine definition that has been registered.
See
MachineDefinition, registerMachine