22 using FilterFunction = ::std::function<::FilterResult(
::ItemInstance const&,
bool)>;
27 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
28 ::ll::TypedStorage<1, 1, bool> mWorkbench;
29 ::ll::TypedStorage<1, 1, bool> mPocket;
30 ::ll::TypedStorage<1, 1, bool> mFiltering;
31 ::ll::TypedStorage<8, 32, ::std::string> mSearchString;
32 ::ll::TypedStorage<8, 32, ::std::string> mCaseFoldedSearchString;
33 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContainerModel>> mInventoryContainerModel;
34 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContainerModel>> mCraftingInputContainerModel;
35 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContainerModel>> mHotbarContainerModel;
36 ::ll::TypedStorage<8, 64, ::RecipeIngredientSet> mIngredientSet;
37 ::ll::TypedStorage<8, 128, ::ItemInstance> mLastCraftedItem;
38 ::ll::TypedStorage<4, 4, int> mContainerPopulationTabIndex;
39 ::ll::TypedStorage<8, 8, uint64> mContainerPopulationGroupIndex;
40 ::ll::TypedStorage<8, 8, uint64> mContainerPopulationGroupItemIndex;
41 ::ll::TypedStorage<8, 8, uint64> mContainerPopulationItemIndex;
42 ::ll::TypedStorage<8, 8, uint64> mContainerPopulationTotalItemCount;
52 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
55 virtual void setSlot(
int,
::ItemStack const&,
bool) ;
58 virtual ::ItemStack
const& getSlot(
int)
const ;
61 virtual void setData(
int,
int) ;
64 virtual void broadcastChanges() ;
67 virtual bool isValid(
float pickRange) ;
73 virtual ::ContainerScreenContext _postInit() ;
Definition ContainerScreenContext.h:17