24 enum class Placeholder : uint64 {};
27 std::unique_ptr<Impl> impl;
31 LLNDAPI std::vector<CommandParameterData>& getParams();
33 LLNDAPI std::weak_ptr<mod::Mod>& getMod();
34 LLNDAPI std::lock_guard<std::recursive_mutex> lock();
36 LLNDAPI
char const* storeStr(std::string_view);
44 CommandRegistry::ParseFunction parser,
45 std::string_view name,
46 CommandParameterDataType type,
47 std::string_view enumNameOrPostfix,
48 std::string_view subChain,
52 CommandParameterOption options