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