LeviLamina
Loading...
Searching...
No Matches
MapColorComponent.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/deps/shared_types/v1_26_10/block/TintMethod.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_26_10::BlockDefinition {
15
17public:
18 // MapColorComponent inner types declare
19 // clang-format off
20 struct DetailedMapColor;
21 // clang-format on
22
23 // MapColorComponent inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<4, 16, ::SharedTypes::Color255RGB> mMapColor;
29 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_10::TintMethod> mTintMethod;
30 // NOLINTEND
31 };
32
33public:
34 // member variables
35 // NOLINTBEGIN
36 ::ll::TypedStorage<
37 4,
38 24,
39 ::std::variant<
42 mMapColor;
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
49 // NOLINTEND
50
51public:
52 // static variables
53 // NOLINTBEGIN
54 MCAPI static ::std::string_view const& ColorId();
55
56 MCAPI static ::std::string_view const& NameId();
57
58 MCAPI static ::std::string_view const& TintMethodId();
59 // NOLINTEND
60};
61
62} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition Color255RGB.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5