LeviLamina
Loading...
Searching...
No Matches
FilterTestGameRule.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/filters/FilterTest.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
FilterContext
;
11
struct
FilterInputs
;
12
namespace
Json {
class
Value; }
13
// clang-format on
14
15
class
FilterTestGameRule
:
public
::FilterTest
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 32>
mUnkc6cac7;
20
::ll::UntypedStorage<1, 1>
mUnk1bd99d;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
FilterTestGameRule
& operator=(
FilterTestGameRule
const
&);
26
FilterTestGameRule
(
FilterTestGameRule
const
&);
27
FilterTestGameRule
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 1
33
virtual
bool
setup(
::FilterTest::Definition
const
& definition,
::FilterInputs
const
& inputs)
/*override*/
;
34
35
// vIndex: 2
36
virtual
bool
evaluate(
::FilterContext
const
&
context
)
const
/*override*/
;
37
38
// vIndex: 4
39
virtual ::std::string_view getName()
const
/*override*/
;
40
41
// vIndex: 6
42
virtual ::Json::Value _serializeValue()
const
/*override*/
;
43
44
// vIndex: 0
45
virtual
~FilterTestGameRule
()
/*override*/
;
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
MCAPI
void
$dtor();
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCAPI
bool
$setup(
::FilterTest::Definition
const
& definition,
::FilterInputs
const
& inputs);
58
59
MCAPI
bool
$evaluate(
::FilterContext
const
&
context
)
const
;
60
61
MCAPI ::std::string_view $getName()
const
;
62
63
MCAPI ::Json::Value $_serializeValue()
const
;
64
// NOLINTEND
65
66
public
:
67
// vftables
68
// NOLINTBEGIN
69
MCAPI
static
void
** $vftable();
70
// NOLINTEND
71
};
FilterTestGameRule
Definition
FilterTestGameRule.h:15
FilterTest
Definition
FilterTest.h:13
FilterContext
Definition
FilterContext.h:5
FilterInputs
Definition
FilterInputs.h:14
FilterTest::Definition
Definition
FilterTest.h:21
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
filters
FilterTestGameRule.h
Generated on Sat Apr 26 2025 05:56:10 for LeviLamina by
1.12.0