LeviLamina
Loading...
Searching...
No Matches
BlockDescription12160Upgrade.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/BlockCerealSchemaUpgrade.h"
7
8// auto generated forward declare list
9// clang-format off
10class SemVersion;
11// clang-format on
12
13namespace BlockDescriptionVersioning {
14
15class BlockDescription12160Upgrade : public ::BlockCerealSchemaUpgrade {
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual bool previousSchema(
20 ::rapidjson::
21 GenericValue<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const&
22 ) const /*override*/;
23
24 virtual void upgradeToNext(
25 ::rapidjson::GenericDocument<
26 ::rapidjson::UTF8<char>,
27 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>,
28 ::rapidjson::CrtAllocator>& document,
29 ::SemVersion const&
30 ) const /*override*/;
31
32 virtual ~BlockDescription12160Upgrade() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI BlockDescription12160Upgrade();
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void* $ctor();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCFOLD bool $previousSchema(
51 ::rapidjson::
52 GenericValue<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const&
53 ) const;
54
55 MCAPI void $upgradeToNext(
56 ::rapidjson::GenericDocument<
57 ::rapidjson::UTF8<char>,
58 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>,
59 ::rapidjson::CrtAllocator>& document,
60 ::SemVersion const&
61 ) const;
62
63
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace BlockDescriptionVersioning
Definition BlockCerealSchemaUpgrade.h:8
Definition SemVersion.h:15