LeviLamina
Loading...
Searching...
No Matches
IStructureTemplateManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
13namespace SharedTypes::v1_21_80 { struct JigsawStructureMetadata; }
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~IStructureTemplateManager() /*override*/;
22
23 // vIndex: 1
24 virtual ::std::shared_ptr<::SharedTypes::v1_21_80::JigsawStructureMetadata>
25 getOrCreateJigsawStructureMetadata(::StructurePoolElement const&) = 0;
26
27 // vIndex: 2
28 virtual ::StructureTemplate& getOrCreate(::std::string const&) = 0;
29
30 // vIndex: 3
31 virtual ::StructureTemplate* getStructure(::std::string const&) const = 0;
32
33 // vIndex: 4
34 virtual ::LegacyStructureTemplate& getOrCreateLegacy(::std::string const&) = 0;
35
36 // vIndex: 5
37 virtual bool readStructure(::StructureTemplate&) = 0;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCFOLD void $dtor();
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49
50 // NOLINTEND
51};
Definition EnableNonOwnerReferences.h:7
Definition IStructureTemplateManager.h:16
Definition LegacyStructureTemplate.h:25
Definition StructurePoolElement.h:39
Definition StructureTemplate.h:33