LeviLamina
Loading...
Searching...
No Matches
Traits.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_26_10/block/Connection.h"
7#include "mc/deps/shared_types/v1_26_10/block/MultiBlock.h"
8#include "mc/deps/shared_types/v1_26_10/block/PlacementDirection.h"
9#include "mc/deps/shared_types/v1_26_10/block/PlacementPosition.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
18struct Traits {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_10::BlockDefinition::Connection> mConnection;
23 ::ll::TypedStorage<2, 6, ::SharedTypes::v1_26_10::BlockDefinition::MultiBlock> mMultiBlock;
24 ::ll::TypedStorage<8, 40, ::SharedTypes::v1_26_10::BlockDefinition::PlacementDirection> mPlacementDirection;
25 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_10::BlockDefinition::PlacementPosition> mPlacementPosition;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::std::string_view const& ConnectionId();
38
39 MCAPI static ::std::string_view const& MultiBlockId();
40
41 MCAPI static ::std::string_view const& PlacementDirectionId();
42
43 MCAPI static ::std::string_view const& PlacementPositionId();
44 // NOLINTEND
45};
46
47} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5