LeviLamina
Loading...
Searching...
No Matches
BlockPatternPreEvent.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
13
14public:
15 // member functions
16 // NOLINTBEGIN
18
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
25 MCNAPI void* $ctor(::BlockPatternPreEvent const&);
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33};
Definition BlockPatternEvent.h:16
Definition BlockPatternPreEvent.h:8
MCAPI BlockPatternPreEvent(::BlockPatternPreEvent const &)
MCAPI ~BlockPatternPreEvent()
MCAPI void $dtor()
MCAPI void * $ctor(::BlockPatternPreEvent const &)