LeviLamina
Loading...
Searching...
No Matches
BlockPlayerInteractEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/block_events/BlockEventBase.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockSource;
11// clang-format on
12
13namespace BlockEvents {
14
16public:
17 // member variables
18 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 2
35 virtual ::BlockSource const& getBlockSource() const /*override*/;
36
37 // vIndex: 0
38 virtual ~BlockPlayerInteractEvent() /*override*/;
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCFOLD void $dtor();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCFOLD ::BlockSource const& $getBlockSource() const;
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCAPI static void** $vftable();
57 // NOLINTEND
58};
59
60} // namespace BlockEvents
Definition BlockEventBase.h:13
Definition BlockPlayerInteractEvent.h:15
Definition BlockSource.h:67
Definition Alias.h:14