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
9namespace SharedTypes::v1_26_10::BlockDefinition {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<1, 1, uchar> mPower;
16 ::ll::TypedStorage<2, 4, ::std::optional<::SharedTypes::Facing>> mStronglyPoweredFace;
17 ::ll::TypedStorage<1, 1, ::Bedrock::EnumSet<::SharedTypes::Facing, 6>> mConnectedFaces;
18 ::ll::TypedStorage<1, 1, bool> mIsTransformRelative;
19 // NOLINTEND
20
21public:
22 // static variables
23 // NOLINTBEGIN
24 MCAPI static ::std::string_view const& ConnectedFacesId();
25
26 MCAPI static ::std::string_view const& NameId();
27
28 MCAPI static ::std::string_view const& PowerId();
29
30 MCAPI static ::std::string_view const& StronglyPoweredFaceId();
31
32 MCAPI static ::std::string_view const& TransformRelativeId();
33 // NOLINTEND
34};
35
36} // namespace SharedTypes::v1_26_10::BlockDefinition