LeviLamina
Loading...
Searching...
No Matches
UpdateEquipPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/ContainerType.h"
7#include "mc/legacy/ActorUniqueID.h"
8#include "mc/nbt/CompoundTag.h"
9#include "mc/world/ContainerID.h"
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<1, 1, ::ContainerID> mContainerId;
16 ::ll::TypedStorage<1, 1, ::SharedTypes::Legacy::ContainerType> mType;
17 ::ll::TypedStorage<4, 4, int> mSize;
18 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
19 ::ll::TypedStorage<8, 24, ::CompoundTag> mData;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI ::UpdateEquipPacketPayload& operator=(::UpdateEquipPacketPayload&&);
32
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCFOLD void $dtor();
40 // NOLINTEND
41};
Definition UpdateEquipPacketPayload.h:11