LeviLamina
Loading...
Searching...
No Matches
PlacementFilterComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_26_0/block/BlockedDirections.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace SharedTypes::Legacy { struct BlockDescriptor; }
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_26_10::BlockDefinition {
15
17public:
18 // PlacementFilterComponent inner types declare
19 // clang-format off
20 struct PlacementCondition;
21 // clang-format on
22
23 // PlacementFilterComponent inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_0::BlockedDirections> mDirectionalFilter;
29 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::BlockDescriptor>> mBlockFilter;
30 // NOLINTEND
31 };
32
33public:
34 // member variables
35 // NOLINTBEGIN
36 ::ll::TypedStorage<
37 8,
38 24,
39 ::std::vector<::SharedTypes::v1_26_10::BlockDefinition::PlacementFilterComponent::PlacementCondition>>
40 mConditions;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
53 // NOLINTEND
54
55public:
56 // static variables
57 // NOLINTBEGIN
58 MCAPI static ::std::string_view const& AllowedFacesId();
59
60 MCAPI static ::std::string_view const& BlockFilterId();
61
62 MCAPI static ::std::string_view const& ConditionsId();
63
64 MCAPI static ::std::string_view const& NameId();
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCFOLD void $dtor();
71 // NOLINTEND
72};
73
74} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition BlockDescriptor.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5