LeviLamina
Loading...
Searching...
No Matches
UpdateTradePacketPayload.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
11struct UpdateTradePacketPayload {
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<8, 32, ::std::string> mDisplayName;
18 ::ll::TypedStorage<4, 4, int> mSize;
19 ::ll::TypedStorage<4, 4, int> mTraderTier;
20 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
21 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mLastTradingPlayer;
22 ::ll::TypedStorage<8, 24, ::CompoundTag> mData;
23 ::ll::TypedStorage<1, 1, bool> mUseNewTradeScreen;
24 ::ll::TypedStorage<1, 1, bool> mUsingEconomyTrade;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 UpdateTradePacketPayload();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI UpdateTradePacketPayload(::UpdateTradePacketPayload&&);
35
36 MCAPI UpdateTradePacketPayload(::UpdateTradePacketPayload const& other);
37
38 MCAPI ::UpdateTradePacketPayload& operator=(::UpdateTradePacketPayload&&);
39
40 MCAPI ::UpdateTradePacketPayload& operator=(::UpdateTradePacketPayload const& other);
41
42 MCAPI ~UpdateTradePacketPayload();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::UpdateTradePacketPayload&&);
49
50 MCAPI void* $ctor(::UpdateTradePacketPayload const& other);
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58};