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

Method onLoad

tests/test_plugin.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class TestPlugin : public endstone::Plugin {
18public:
19 void onLoad() override
20 {
21 getLogger().info("onLoad is called");
22 }
23
24 void onEnable() override
25 {

Callers 1

loadPluginMethod · 0.45

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected