14struct UpdateBlockPacketPayload {
18 ::ll::TypedStorage<4, 12, ::BlockPos> mPos;
19 ::ll::TypedStorage<4, 4, uint> mLayer;
20 ::ll::TypedStorage<1, 1, uchar> mUpdateFlags;
21 ::ll::TypedStorage<4, 4, uint> mRuntimeId;
26 UpdateBlockPacketPayload();
31 MCAPI UpdateBlockPacketPayload(
::BlockPos const& pos, uint layer, uint runtimeId, uchar updateFlags);
34 MCFOLD ::Block
const& getBlock(
::ILevel const& level)
const;
41 MCAPI
void* $ctor(
::BlockPos const& pos, uint layer, uint runtimeId, uchar updateFlags);