18 std::unique_ptr<Impl> impl;
24 char const* addText(std::string_view);
26 char const* storeStr(std::string_view);
28 size_t disableModOverloads(std::string_view modName);
34 template <reflection::Reflectable Params = EmptyParam>
35 [[nodiscard]]
auto overload(std::weak_ptr<mod::Mod> mod = mod::NativeMod::current()) ->
Overload<Params> {
38 LLNDAPI
RuntimeOverload runtimeOverload(std::weak_ptr<mod::Mod> mod = mod::NativeMod::current());
40 LLNDAPI std::vector<std::string> alias()
const;