LeviLamina
Loading...
Searching...
No Matches
BlockBreathability11910Upgrade.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 BlockBreathabilityVersioning {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 1
20 virtual bool previousSchema(::rapidjson::GenericValue<
21 ::rapidjson::UTF8<char>,
22 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const& component) const
23 /*override*/;
24
25 // vIndex: 2
26 virtual void
27 upgradeToNext(::rapidjson::GenericDocument<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>, ::rapidjson::CrtAllocator>& document, ::SemVersion const&)
28 const /*override*/;
29
30 // vIndex: 0
31 virtual ~BlockBreathability11910Upgrade() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor();
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI bool $previousSchema(::rapidjson::GenericValue<
56 ::rapidjson::UTF8<char>,
57 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const& component) const;
58
59 MCAPI void
60 $upgradeToNext(::rapidjson::GenericDocument<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>, ::rapidjson::CrtAllocator>& document, ::SemVersion const&)
61 const;
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace BlockBreathabilityVersioning
Definition BlockBreathability11910Upgrade.h:15
Definition BlockCerealSchemaUpgrade.h:8
Definition SemVersion.h:15