LeviLamina
Loading...
Searching...
No Matches
BlockFlowerPottableDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11class CompoundTag;
12class SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16struct BlockFlowerPottableDescription : public ::NetworkedBlockComponentDescription<::BlockFlowerPottableDescription> {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, bool> mUsePreR26U2FlowerPotOffset;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 BlockFlowerPottableDescription();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ::std::string const& getName() const /*override*/;
31
32 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
33
34 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
35
36 virtual void handleVersionBasedInitialization(::SemVersion const& originalJsonVersion) /*override*/;
37
38 virtual ::CompoundTag buildUnboundDataNetworkTag() const /*override*/;
39
40 virtual void initializeUnboundDataFromNetwork(::CompoundTag const& tag) /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI explicit BlockFlowerPottableDescription(bool hardcoded);
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
53 // NOLINTEND
54
55public:
56 // static variables
57 // NOLINTBEGIN
58 MCAPI static ::std::string const& NameID();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64 MCAPI void* $ctor(bool hardcoded);
65 // NOLINTEND
66
67public:
68 // virtual function thunks
69 // NOLINTBEGIN
70 MCAPI ::std::string const& $getName() const;
71
72 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
73
74 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
75
76 MCAPI void $handleVersionBasedInitialization(::SemVersion const& originalJsonVersion);
77
78 MCAPI ::CompoundTag $buildUnboundDataNetworkTag() const;
79
80 MCAPI void $initializeUnboundDataFromNetwork(::CompoundTag const& tag);
81
82
83 // NOLINTEND
84
85public:
86 // vftables
87 // NOLINTBEGIN
88 MCNAPI static void** $vftable();
89 // NOLINTEND
90};
Definition BlockComponentStorage.h:63
Definition CompoundTag.h:23
Definition NetworkedBlockComponentDescription.h:6
Definition SemVersion.h:15
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5