25 ::ll::TypedStorage<8, 8, ::ContainerScreenContext const&> mScreenContext;
26 ::ll::TypedStorage<1, 1, bool> mIsTrade2;
27 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mTradeIndex;
28 ::ll::TypedStorage<4, 4, int> mNumCrafts;
44 virtual ::ItemStackNetResult
48 virtual ::ItemStackNetResult handleConsumedItem(
55 virtual void _postCraftRequest(
bool const wasSuccess) ;
61 MCAPI ::std::tuple<::ItemStackNetResult, ::MerchantRecipe const*>
62 _getMerchantRecipeFromNetId(
::RecipeNetId const& tradeRecipeNetId);
66 MCAPI ::ItemStackNetResult _initResultItem(
::RecipeNetId const& tradeRecipeNetId, uchar numCrafts);
68 MCAPI ::ItemStackNetResult _initTrade2Consumes();
76 MCAPI ::ItemStackNetResult $handleConsumedItem(
82 MCAPI
void $_postCraftRequest(
bool const wasSuccess);
88 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17