LeviLamina
Loading...
Searching...
No Matches
OnPlayerDestroyedTriggerDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/triggers/BlockTriggerDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13class OnPlayerDestroyedTriggerDescription : public ::BlockTriggerDescription<::OnPlayerDestroyedTrigger> {
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual ::std::string const& getName() const /*override*/;
18 // NOLINTEND
19
20public:
21 // static variables
22 // NOLINTBEGIN
23 MCAPI static ::std::string const& NameID();
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29 MCAPI ::std::string const& $getName() const;
30
31
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
Definition OnPlayerDestroyedTriggerDescription.h:13
static MCAPI void ** $vftable()
Definition OnPlayerDestroyedTrigger.h:15
Definition BlockTriggerDescription.h:6