LeviLamina
Loading...
Searching...
No Matches
ConnectionRuleComponent.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/v1_26_10/block/ConnectionID.h"
8#include "mc/deps/shared_types/v1_26_10/block/ConnectionType.h"
9#include "mc/deps/shared_types/v1_26_10/block/Direction.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace SharedTypes::v1_26_10::BlockDefinition {
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_10::ConnectionType> mConnectionsFrom;
23 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_26_10::Direction>> mEnabledDirections;
24 ::ll::TypedStorage<1, 1, ::Bedrock::EnumSet<::SharedTypes::v1_26_10::ConnectionID, 4>> mConnectionsFromMask;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCAPI static ::std::string_view const& AcceptConnectionsFromId();
43
44 MCAPI static ::std::string_view const& EnabledDirectionsId();
45
46 MCAPI static ::std::string_view const& NameId();
47
48 MCAPI static ::std::string_view const& VanillaConnectionsFromId();
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56};
57
58} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5