LeviLamina
Loading...
Searching...
No Matches
BlockCreativeGroupDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/BlockComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ::std::string const& getName() const /*override*/;
19 // NOLINTEND
20
21public:
22 // static functions
23 // NOLINTBEGIN
24 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
25
26 MCAPI static void registerVersionUpgrades(::CerealSchemaUpgradeSet& schemaUpgrades);
27 // NOLINTEND
28
29public:
30 // static variables
31 // NOLINTBEGIN
32 MCAPI static ::std::string const& NameID();
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCAPI ::std::string const& $getName() const;
39
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition CerealSchemaUpgradeSet.h:10
Definition BlockComponentDescription.h:20
Definition BlockCreativeGroupDescription.h:14
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5