LeviLamina
Loading...
Searching...
No Matches
DetectionRule.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/Facing.h"
7#include "mc/deps/shared_types/v1_26_0/block/BlockedDirections.h"
8#include "mc/deps/shared_types/v1_26_0/block/LiquidReaction.h"
9#include "mc/deps/shared_types/v1_26_0/block/LiquidType.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_0 {
17
18struct DetectionRule {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<1, 1, bool> mCanContainLiquid;
23 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_0::BlockedDirections> mStopsFlowDirections;
24 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_0::LiquidReaction> mOnLiquidTouches;
25 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_0::LiquidType> mLiquidType;
26 ::ll::TypedStorage<1, 1, bool> mClipAgainstCollider;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 DetectionRule();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI DetectionRule(
37 ::SharedTypes::v1_26_0::LiquidType liquidType,
38 bool canContainLiquid,
39 ::SharedTypes::v1_26_0::LiquidReaction onLiquidTouches,
40 ::std::vector<::SharedTypes::Facing> const& stopsWaterFlowingOutFromDirections,
41 bool clipAgainstCollider
42 );
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(
55 ::SharedTypes::v1_26_0::LiquidType liquidType,
56 bool canContainLiquid,
57 ::SharedTypes::v1_26_0::LiquidReaction onLiquidTouches,
58 ::std::vector<::SharedTypes::Facing> const& stopsWaterFlowingOutFromDirections,
59 bool clipAgainstCollider
60 );
61 // NOLINTEND
62};
63
64} // namespace SharedTypes::v1_26_0
Definition ReflectionCtx.h:11
Definition ctx.h:5