LeviLamina
Loading...
Searching...
No Matches
RuleSet.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
DetectionRule
;
8
// clang-format on
9
10
struct
RuleSet {
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 24, ::std::vector<::DetectionRule>> ruleSet;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
RuleSet& operator=(RuleSet
const
&);
20
RuleSet(RuleSet
const
&);
21
RuleSet();
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCFOLD ::RuleSet& operator=(::RuleSet&&);
27
28
MCAPI ~RuleSet();
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCFOLD
void
$dtor();
35
// NOLINTEND
36
};
DetectionRule
Definition
DetectionRule.h:11
src
mc
world
level
block
components
RuleSet.h
Generated on
for LeviLamina by
1.16.1