LeviLamina
Loading...
Searching...
No Matches
ActorHasDamagedEquipmentTest.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/filters/ActorHasEquipmentTest.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemStack
;
11
// clang-format on
12
13
class
ActorHasDamagedEquipmentTest
:
public
::ActorHasEquipmentTest {
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual ::std::string_view getName()
const
/*override*/
;
18
19
virtual
bool
_isExpectedItem(::std::vector<::ItemStack const*>
const
& itemList)
const
/*override*/
;
20
21
virtual
~ActorHasDamagedEquipmentTest
()
/*override*/
;
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
MCNAPI
void
$dtor
();
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCNAPI ::std::string_view
$getName
()
const
;
34
35
MCNAPI
bool
$_isExpectedItem
(::std::vector<::ItemStack const*>
const
& itemList)
const
;
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
ActorHasDamagedEquipmentTest
Definition
ActorHasDamagedEquipmentTest.h:13
ActorHasDamagedEquipmentTest::$vftable
static MCAPI void ** $vftable()
ActorHasDamagedEquipmentTest::$dtor
MCAPI void $dtor()
ActorHasDamagedEquipmentTest::$getName
MCAPI::std::string_view $getName() const
ActorHasDamagedEquipmentTest::$_isExpectedItem
MCAPI bool $_isExpectedItem(::std::vector<::ItemStack const * > const &itemList) const
ItemStack
Definition
ItemStack.h:26
src
mc
world
filters
ActorHasDamagedEquipmentTest.h
Generated on
for LeviLamina by
1.16.1