24 ::ll::TypedStorage<1, 1, ::ContainerID> mContainerId;
25 ::ll::TypedStorage<1, 1, ::SharedTypes::Legacy::ContainerType> mType;
26 ::ll::TypedStorage<8, 32, ::std::string> mDisplayName;
27 ::ll::TypedStorage<4, 4, int> mSize;
28 ::ll::TypedStorage<4, 4, int> mTraderTier;
29 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
30 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mLastTradingPlayer;
31 ::ll::TypedStorage<8, 24, ::CompoundTag> mData;
32 ::ll::TypedStorage<1, 1, bool> mUseNewTradeScreen;
33 ::ll::TypedStorage<1, 1, bool> mUsingEconomyTrade;
40 virtual ::MinecraftPacketIds getId()
const ;
43 virtual ::std::string getName()
const ;
61 ::ContainerID containerID,
62 ::SharedTypes::Legacy::ContainerType displayName,
64 ::std::string
const& entityID,
68 int usingEconomyTrade,
80 ::ContainerID containerID,
81 ::SharedTypes::Legacy::ContainerType displayName,
83 ::std::string
const& entityID,
87 int usingEconomyTrade,
102 MCAPI ::MinecraftPacketIds $getId()
const;
104 MCAPI ::std::string $getName()
const;
114 MCAPI
static void** $vftable();