LeviLamina
Loading...
Searching...
No Matches
LiquidDetectionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace SharedTypes::v1_26_0 { struct DetectionRule; }
8// clang-format on
9
10namespace SharedTypes::v1_26_10::BlockDefinition {
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_26_0::DetectionRule>> mDetectionRules;
17 // NOLINTEND
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCAPI static ::std::string_view const& DetectionRulesId();
29
30 MCAPI static ::std::string_view const& NameId();
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCFOLD void $dtor();
37 // NOLINTEND
38};
39
40} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition DetectionRule.h:18