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
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
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
38
39 MCAPI ::UpdateTradePacketPayload& operator=(::UpdateTradePacketPayload&&);
40
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::UpdateTradePacketPayload&&);
48
49 MCAPI void* $ctor(::UpdateTradePacketPayload const& other);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCAPI void $dtor();
56 // NOLINTEND
57};
Definition UpdateTradePacketPayload.h:11