LeviLamina
Loading...
Searching...
No Matches
ActorInWeatherTest.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
ActorInWeatherTest
:
public
::FilterTest
{
16
public
:
17
// ActorInWeatherTest inner types define
18
enum class
WeatherType :
int
{
19
Undefined = -1,
20
Clear = 0,
21
Rain = 1,
22
Snow = 2,
23
Thunderstorm = 3,
24
};
25
26
public
:
27
// member variables
28
// NOLINTBEGIN
29
::ll::UntypedStorage<4, 4>
mUnk5d8074;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
ActorInWeatherTest
& operator=(
ActorInWeatherTest
const
&);
35
ActorInWeatherTest
(
ActorInWeatherTest
const
&);
36
ActorInWeatherTest
();
37
38
public
:
39
// virtual functions
40
// NOLINTBEGIN
41
// vIndex: 1
42
virtual
bool
setup(
::FilterTest::Definition
const
& definition,
::FilterInputs
const
& inputs)
/*override*/
;
43
44
// vIndex: 2
45
virtual
bool
evaluate(
::FilterContext
const
&
context
)
const
/*override*/
;
46
47
// vIndex: 4
48
virtual ::std::string_view getName()
const
/*override*/
;
49
50
// vIndex: 6
51
virtual ::Json::Value _serializeValue()
const
/*override*/
;
52
53
// vIndex: 0
54
virtual
~ActorInWeatherTest
()
/*override*/
=
default
;
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
MCNAPI
bool
$setup
(
::FilterTest::Definition
const
& definition,
::FilterInputs
const
& inputs);
61
62
MCNAPI
bool
$evaluate
(
::FilterContext
const
&
context
)
const
;
63
64
MCNAPI ::std::string_view
$getName
()
const
;
65
66
MCNAPI ::Json::Value
$_serializeValue
()
const
;
67
// NOLINTEND
68
69
public
:
70
// vftables
71
// NOLINTBEGIN
72
MCNAPI
static
void
**
$vftable
();
73
// NOLINTEND
74
};
ActorInWeatherTest
Definition
ActorInWeatherTest.h:15
ActorInWeatherTest::$vftable
static MCAPI void ** $vftable()
ActorInWeatherTest::$getName
MCAPI::std::string_view $getName() const
ActorInWeatherTest::$evaluate
MCAPI bool $evaluate(::FilterContext const &context) const
ActorInWeatherTest::$setup
MCAPI bool $setup(::FilterTest::Definition const &definition, ::FilterInputs const &inputs)
ActorInWeatherTest::$_serializeValue
MCAPI::Json::Value $_serializeValue() const
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
ActorInWeatherTest.h
Generated on Fri Jun 13 2025 05:05:06 for LeviLamina by
1.12.0