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;
42 virtual ::ItemStackNetResult handleConsumedItem(
49 virtual void _postCraftRequest(
bool const wasSuccess) ;
55 MCAPI ::std::tuple<::ItemStackNetResult, ::MerchantRecipe const*>
56 _getMerchantRecipeFromNetId(
::RecipeNetId const& tradeRecipeNetId);
60 MCAPI ::ItemStackNetResult _initResultItem(
::RecipeNetId const& tradeRecipeNetId, uchar numCrafts);
62 MCAPI ::ItemStackNetResult _initTrade2Consumes();
76 MCAPI ::ItemStackNetResult $handleConsumedItem(
82 MCAPI
void $_postCraftRequest(
bool const wasSuccess);
88 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:11