LeviLamina
Loading...
Searching...
No Matches
NpcDialogueStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CurrentCmdVersion.h"
7
8// auto generated forward declare list
9// clang-format off
11struct NpcDialogueScene;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::NpcDialogueScene>> mScenes;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ::NpcDialogueScene const* getScene(::std::string const& sceneName) const;
25
26 MCAPI void init(::ResourcePackManager& resourcePackManager);
27
28 MCAPI bool
29 parseFile(::std::string const& fileData, ::std::string const& fileName, ::CurrentCmdVersion packCommandVersion);
30 // NOLINTEND
31};
Definition NpcDialogueStorage.h:14
Definition ResourcePackManager.h:24
Definition NpcDialogueScene.h:13