LeviLamina
Loading...
Searching...
No Matches
BlockChangeIntentData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockActor;
8class BlockPos;
9// clang-format on
10
11namespace Editor::Transactions {
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 uint blockRuntimeId,
34 uint extraBlockRuntimeId,
35 ::BlockActor const* blockActor,
36 ::BlockPos const& pos
37 );
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void*
46 $ctor(uint blockRuntimeId, uint extraBlockRuntimeId, ::BlockActor const* blockActor, ::BlockPos const& pos);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCFOLD void $dtor();
53 // NOLINTEND
54};
55
56} // namespace Editor::Transactions
Definition BlockActor.h:32
Definition BlockPos.h:18
Definition BlockChangeIntentData.h:13
Definition Alias.h:14