3#include "mc/_HeaderOutputPredefine.h"
11namespace Editor::Transactions {
13struct BlockChangeIntentData {
25 BlockChangeIntentData& operator=(BlockChangeIntentData
const&);
26 BlockChangeIntentData(BlockChangeIntentData
const&);
27 BlockChangeIntentData();
34 uint extraBlockRuntimeId,
Definition BlockActor.h:32
MCAPI BlockChangeIntentData(uint blockRuntimeId, uint extraBlockRuntimeId, ::BlockActor const *blockActor, ::BlockPos const &pos)
MCAPI ~BlockChangeIntentData()
MCAPI void * $ctor(uint blockRuntimeId, uint extraBlockRuntimeId, ::BlockActor const *blockActor, ::BlockPos const &pos)