LeviLamina
Loading...
Searching...
No Matches
BlockUnitCubeDescription.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
11class CompoundTag;
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 1
20 virtual ::std::string const& getName() const /*override*/;
21
22 // vIndex: 2
23 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
24
25 // vIndex: 7
26 virtual bool isNetworkComponent() const /*override*/;
27
28 // vIndex: 8
29 virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(::cereal::ReflectionCtx const& ctx) const /*override*/;
30
31 // vIndex: 9
32 virtual void initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx) /*override*/;
33
34 // vIndex: 0
35 virtual ~BlockUnitCubeDescription() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::std::string const& NameID();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI ::std::string const& $getName() const;
54
55 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
56
57 MCFOLD bool $isNetworkComponent() const;
58
59 MCAPI ::std::unique_ptr<::CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const& ctx) const;
60
61 MCFOLD void $initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx);
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftable();
68 // NOLINTEND
69};
Definition BlockComponentStorage.h:8
Definition CompoundTag.h:13
Definition BlockComponentDescription.h:20
Definition BlockUnitCubeDescription.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5