LeviLamina
Loading...
Searching...
No Matches
BlockPatternPostEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/BlockPatternEvent.h"
7
8struct BlockPatternPostEvent : public ::BlockPatternEvent {
9public:
10 // prevent constructor by default
11 BlockPatternPostEvent& operator=(BlockPatternPostEvent const&);
12 BlockPatternPostEvent();
13
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCAPI BlockPatternPostEvent(::BlockPatternPostEvent const&);
18
19 MCAPI ~BlockPatternPostEvent();
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
25 MCFOLD void* $ctor(::BlockPatternPostEvent const&);
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33};
Definition BlockPatternEvent.h:16