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
9public:
10 // prevent constructor by default
12
13public:
14 // member functions
15 // NOLINTBEGIN
17
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
24 MCFOLD void* $ctor(::BlockPatternPostEvent const&);
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCFOLD void $dtor();
31 // NOLINTEND
32};
Definition BlockPatternEvent.h:16
Definition BlockPatternPostEvent.h:8