LeviLamina
Loading...
Searching...
No Matches
ActorFloatPropertyTest.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
10struct FilterContext;
11struct FilterInputs;
12namespace Json { class Value; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
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 ::std::optional<::std::variant<bool, int, float, ::std::string>> getValue() const /*override*/;
43
44 // vIndex: 5
45 virtual ::std::optional<::std::variant<bool, int, float, ::std::string>> getDomain() const /*override*/;
46
47 // vIndex: 8
48 virtual ::Json::Value _serializeValue() const /*override*/;
49
50 // vIndex: 7
51 virtual ::Json::Value _serializeDomain() const /*override*/;
52
53 // vIndex: 0
54 virtual ~ActorFloatPropertyTest() /*override*/;
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62
63public:
64 // virtual function thunks
65 // NOLINTBEGIN
66 MCNAPI bool $setup(::FilterTest::Definition const& definition, ::FilterInputs const& inputs);
67
68 MCNAPI bool $evaluate(::FilterContext const& context) const;
69
70 MCNAPI ::std::string_view $getName() const;
71
72 MCNAPI ::std::optional<::std::variant<bool, int, float, ::std::string>> $getValue() const;
73
74 MCNAPI ::std::optional<::std::variant<bool, int, float, ::std::string>> $getDomain() const;
75
76 MCNAPI ::Json::Value $_serializeValue() const;
77
78 MCNAPI ::Json::Value $_serializeDomain() const;
79 // NOLINTEND
80
81public:
82 // vftables
83 // NOLINTBEGIN
84 MCNAPI static void** $vftable();
85 // NOLINTEND
86};
Definition ActorFloatPropertyTest.h:15
static MCAPI void ** $vftable()
MCAPI bool $evaluate(::FilterContext const &context) const
MCAPI ::std::optional<::std::variant< bool, int, float, ::std::string > > $getValue() const
MCAPI bool $setup(::FilterTest::Definition const &definition, ::FilterInputs const &inputs)
MCAPI::Json::Value $_serializeDomain() const
MCAPI::Json::Value $_serializeValue() const
MCAPI::std::string_view $getName() const
MCAPI ::std::optional<::std::variant< bool, int, float, ::std::string > > $getDomain() const
Definition FilterTest.h:13
Definition FilterContext.h:5
Definition FilterInputs.h:14
Definition FilterTest.h:21
Definition context.h:5
Definition Alias.h:14