16 virtual void* getParamStorageValue() = 0;
18 virtual bool* getParamStorageIsSet() = 0;
20 virtual ::ScriptModuleMinecraft::ScriptCustomCommandParamType paramType()
const = 0;
22 virtual ::entt::meta_any paramAsAny() = 0;
24 virtual bool paramIsSet()
const = 0;