Registrar passed as the second argument to a plugin's install function. Each registered disposer runs (in reverse order) when the plugin is uninstalled via world.uninstallPlugin(id) or when world.dispose() is called.
install
world.uninstallPlugin(id)
world.dispose()
Registrar passed as the second argument to a plugin's
installfunction. Each registered disposer runs (in reverse order) when the plugin is uninstalled viaworld.uninstallPlugin(id)or whenworld.dispose()is called.