LeviLamina
Loading...
Searching...
No Matches
RedstoneProducerComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/container/EnumSet.h"
7#include "mc/deps/shared_types/legacy/Facing.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_110::BlockDefinition {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, uchar> mPower;
21 ::ll::TypedStorage<2, 4, ::std::optional<::SharedTypes::Facing>> mStronglyPoweredFace;
22 ::ll::TypedStorage<1, 1, ::Bedrock::EnumSet<::SharedTypes::Facing, 6>> mConnectedFaces;
23 ::ll::TypedStorage<1, 1, bool> mIsTransformRelative;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ::std::set<::SharedTypes::Facing> getConnectedFaces() const;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::std::string_view const& ConnectedFacesId();
42
43 MCAPI static ::std::string_view const& NameId();
44
45 MCAPI static ::std::string_view const& PowerId();
46
47 MCAPI static ::std::string_view const& StronglyPoweredFaceId();
48
49 MCAPI static ::std::string_view const& TransformRelativeId();
50 // NOLINTEND
51};
52
53} // namespace SharedTypes::v1_21_110::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5