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
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 NpcDialogueStorage& operator=(NpcDialogueStorage const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ::NpcDialogueScene const* getScene(::std::string const& sceneName) const;
31
32 MCAPI void init(::ResourcePackManager& resourcePackManager);
33
34 MCAPI bool
35 parseFile(::std::string const& fileData, ::std::string const& fileName, ::CurrentCmdVersion packCommandVersion);
36 // NOLINTEND
37};
Definition NpcDialogueStorage.h:14
Definition ResourcePackManager.h:24
Definition NpcDialogueScene.h:10
Definition Alias.h:14