3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/containers/controllers/ItemCraftType.h"
21 ::ll::TypedStorage<8, 64, ::std::function<::ContainerController*(::std::string
const&)>> mGetContainerController;
22 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int, ::ItemCraftType)>> mRecipeAutoCraft;
23 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int)>> mHandleRecipeSelect;
24 ::ll::TypedStorage<8, 64, ::std::function<void(::Recipe
const*)>> mHandleRecipePlaceInputs;
25 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int)>> mHandleAutoPlace;
26 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int)>> mHandleAutoPlaceOne;
27 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int)>> mHandleTouchControlsCraft;
28 ::ll::TypedStorage<8, 64, ::std::function<::std::string(::std::string
const&,
int)>> mGetRecipeHoverText;
29 ::ll::TypedStorage<8, 64, ::std::function<::std::string(::std::string
const&,
int)>> mGetExpandoItemGroupName;
30 ::ll::TypedStorage<8, 64, ::std::function<void()>> mLeaveScreen;
31 ::ll::TypedStorage<8, 64, ::std::function<void(
int)>> mSetLeftInventoryTab;
32 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int)>> mHandleTakeAll;
33 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int)>> mHandlePlaceAll;
34 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int)>> mHandlePlaceOne;
35 ::ll::TypedStorage<8, 64, ::std::function<::ItemStack
const&(::std::string
const&, int)>> mHandleGetItemStack;
36 ::ll::TypedStorage<8, 64, ::std::function<::ItemStackBase
const&(::std::string
const&, int)>>
37 mHandleGetVisualItemStack;
38 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string
const&,
int, ::ItemStack
const&)>>
39 mMoveItemFromSlotIntoStorageItem;
40 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int, ::ItemStack
const&)>>
41 mMoveItemFromSlotIntoStorageItemWithoutClientValidation;
42 ::ll::TypedStorage<8, 64, ::std::function<bool(::ItemStack
const&, ::std::string
const&,
int)>>
43 mMoveTopItemFromStorageItem;
44 ::ll::TypedStorage<8, 64, ::std::function<bool(::ItemStack
const&,
int, ::ItemStack
const&)>>
45 mMoveSelectedItemFromStorageItemToStorageItem;
46 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int, ::ItemTransferAmount)>> mHandleDropItem;
Definition ContainerController.h:20
Definition ItemStackBase.h:44
Definition ItemStack.h:26
Definition CraftingScreenControllerProxyCallbacks.h:5
Definition ItemTransferAmount.h:5