LeviLamina
Loading...
Searching...
No Matches
UpdateSubChunkNetworkBlockInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<4, 12, ::NetworkBlockPosition> mPos;
17 ::ll::TypedStorage<4, 4, uint> mRuntimeId;
18 ::ll::TypedStorage<1, 1, uchar> mUpdateFlags;
19 ::ll::TypedStorage<8, 16, ::ActorBlockSyncMessage> mSyncMessage;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32 ::BlockPos const& pos,
33 uint blockId,
34 uchar updateFlags,
35 ::ActorBlockSyncMessage const& syncMsg
36 );
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::UpdateSubChunkNetworkBlockInfo const&);
43
44 MCAPI void* $ctor(::BlockPos const& pos, uint blockId, uchar updateFlags, ::ActorBlockSyncMessage const& syncMsg);
45 // NOLINTEND
46};
Definition BlockPos.h:18
Definition NetworkBlockPosition.h:8
Definition ActorBlockSyncMessage.h:10
Definition UpdateSubChunkNetworkBlockInfo.h:12