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.
StaticgetBetaGet a machine registered by this pack by its ID.
The ID of the machine to get.
The registered machine, or undefined if it does not exist.
This will only include machines that have been registered by this pack. If a machine registered by this pack has been overriden by another pack, this will return the original version registered by this pack. Use RegisteredMachine.get to get machines registered by any pack.
A registered machine definition.
See
MachineDefinition, registerMachine