LeviLamina
Loading...
Searching...
No Matches
BlockActorDataPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/nbt/CompoundTag.h"
7#include "mc/network/NetworkBlockPosition.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 12, ::NetworkBlockPosition> mPos;
19 ::ll::TypedStorage<8, 24, ::CompoundTag> mData;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCAPI ::BlockActorDataPacketPayload& operator=(::BlockActorDataPacketPayload&&);
34
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::BlockPos const& pos, ::CompoundTag tag);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCFOLD void $dtor();
48 // NOLINTEND
49};
Definition BlockPos.h:17
Definition CompoundTag.h:13
Definition BlockActorDataPacketPayload.h:14