LeviLamina
Loading...
Searching...
No Matches
BlockGeometryDescription.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 HashedString;
12class SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16struct BlockGeometryDescription : public ::NetworkedBlockComponentDescription<::BlockGeometryDescription> {
17public:
18 // BlockGeometryDescription inner types declare
19 // clang-format off
21 // clang-format on
22
23 // BlockGeometryDescription inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
30 // NOLINTEND
31
32 public:
33 // prevent constructor by default
37 };
38
39public:
40 // member variables
41 // NOLINTBEGIN
47 // NOLINTEND
48
49public:
50 // virtual functions
51 // NOLINTBEGIN
52 // vIndex: 1
53 virtual ::std::string const& getName() const /*override*/;
54
55 // vIndex: 2
56 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
57
58 // vIndex: 4
59 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
60
61 // vIndex: 10
62 virtual void handleVersionBasedInitialization(::SemVersion const& originalJsonVersion) /*override*/;
63
64 // vIndex: 0
65 virtual ~BlockGeometryDescription() /*override*/;
66 // NOLINTEND
67
68public:
69 // member functions
70 // NOLINTBEGIN
72
74
76 ::HashedString const& geometryName,
77 ::HashedString const& cullingName,
78 ::HashedString const& cullingLayer
79 );
80
82
84 // NOLINTEND
85
86public:
87 // static functions
88 // NOLINTBEGIN
89 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
90 // NOLINTEND
91
92public:
93 // static variables
94 // NOLINTBEGIN
95 MCNAPI static ::HashedString const& CROSS_GEO_NAME();
96
97 MCNAPI static ::std::string const& CULLING_LAYER_DOCUMENTATION();
98
99 MCNAPI static ::HashedString const& CULLING_LAYER_LEAVES();
100
101 MCNAPI static ::std::string const& CULLING_LAYER_NAME_CONSTRAINT();
102
103 MCNAPI static ::HashedString const& CULLING_LAYER_UNDEFINED();
104
105 MCNAPI static ::HashedString const& FULL_BLOCK_GEO_NAME();
106
107 MCNAPI static ::std::string const& GEO_NAME_CONSTRAINT();
108
109 MCNAPI static ::std::string const& NameID();
110 // NOLINTEND
111
112public:
113 // constructor thunks
114 // NOLINTBEGIN
115 MCNAPI void* $ctor();
116
117 MCNAPI void* $ctor(::BlockGeometryDescription const&);
118
119 MCNAPI void*
120 $ctor(::HashedString const& geometryName, ::HashedString const& cullingName, ::HashedString const& cullingLayer);
121 // NOLINTEND
122
123public:
124 // destructor thunk
125 // NOLINTBEGIN
126 MCNAPI void $dtor();
127 // NOLINTEND
128
129public:
130 // virtual function thunks
131 // NOLINTBEGIN
132 MCNAPI ::std::string const& $getName() const;
133
134 MCNAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
135
136 MCNAPI void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
137
138 MCNAPI void $handleVersionBasedInitialization(::SemVersion const& originalJsonVersion);
139 // NOLINTEND
140
141public:
142 // vftables
143 // NOLINTBEGIN
144 MCNAPI static void** $vftable();
145 // NOLINTEND
146};
Definition BlockComponentStorage.h:8
Definition HashedString.h:5
Definition NetworkedBlockComponentDescription.h:6
Definition SemVersion.h:15
STL namespace.
Definition BlockGeometryDescription.h:24
Definition BlockGeometryDescription.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::string const & NameID()
MCAPI::std::string const & $getName() const
static MCAPI ::std::string const & CULLING_LAYER_NAME_CONSTRAINT()
static MCAPI ::std::string const & CULLING_LAYER_DOCUMENTATION()
static MCAPI ::HashedString const & CULLING_LAYER_LEAVES()
MCAPI void $initializeComponentFromCode(::BlockComponentStorage &blockComponentStorage) const
static MCAPI ::std::string const & GEO_NAME_CONSTRAINT()
MCAPI void $handleVersionBasedInitialization(::SemVersion const &originalJsonVersion)
static MCAPI ::HashedString const & CROSS_GEO_NAME()
static MCAPI ::HashedString const & FULL_BLOCK_GEO_NAME()
static MCAPI ::HashedString const & CULLING_LAYER_UNDEFINED()
static MCAPI void ** $vftable()
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
Definition ctx.h:5
Definition Alias.h:14