LeviLamina
Loading...
Searching...
No Matches
ActorIsTakingFireDamageTest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/filters/SimpleBoolFilterTest.h"
7
8// auto generated forward declare list
9// clang-format off
10struct FilterContext;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 2
18 virtual bool evaluate(::FilterContext const& context) const /*override*/;
19
20 // vIndex: 4
21 virtual ::std::string_view getName() const /*override*/;
22
23 // vIndex: 0
24 virtual ~ActorIsTakingFireDamageTest() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30 MCNAPI bool $evaluate(::FilterContext const& context) const;
31
32 MCNAPI ::std::string_view $getName() const;
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCNAPI static void** $vftable();
39 // NOLINTEND
40};
Definition ActorIsTakingFireDamageTest.h:13
MCAPI bool $evaluate(::FilterContext const &context) const
MCAPI::std::string_view $getName() const
static MCAPI void ** $vftable()
Definition SimpleBoolFilterTest.h:14
Definition FilterContext.h:5
Definition context.h:5