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
10class ItemStack;
11// clang-format on
12
13class ActorHasDamagedEquipmentTest : public ::ActorHasEquipmentTest {
14public:
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 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25 MCNAPI ::std::string_view $getName() const;
26
27 MCNAPI bool $_isExpectedItem(::std::vector<::ItemStack const*> const& itemList) const;
28
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition ActorHasDamagedEquipmentTest.h:13
static MCAPI void ** $vftable()
MCAPI::std::string_view $getName() const
MCAPI bool $_isExpectedItem(::std::vector<::ItemStack const * > const &itemList) const
Definition ItemStack.h:35