MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / init_registry

Function init_registry

src/endstone/python/endstone_python.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void init_registry(py::module_ &m)
281{
282 bind_registries(m, RegistryTypes{});
283}
284
285void init_server(py::class_<Server> &server)
286{

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 1

bind_registriesFunction · 0.85

Tested by

no test coverage detected