22 ::ll::TypedStorage<4, 4, int> mSelected;
23 ::ll::TypedStorage<8, 152, ::ItemStack> mInfiniteItem;
24 ::ll::TypedStorage<1, 1, ::ContainerID> mSelectedContainerId;
25 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Inventory>> mInventory;
26 ::ll::TypedStorage<8, 24, ::std::vector<::ItemStack>> mComplexItems;
27 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::HudContainerManagerModel>> mHudContainerManager;
37 virtual void containerSizeChanged(
int size) ;
40 virtual void containerContentChanged(
int slot) ;
43 virtual void createTransactionContext(
45 ::std::function<
void()> execute
54 MCAPI
int getItemCount(::std::function<
bool(
::ItemStack const&)> comparator);
56 MCAPI
bool removeResource(
int type);
62 MCAPI
void* $ctor(::std::unique_ptr<::Inventory> inv);
74 MCFOLD
void $containerSizeChanged(
int size);
76 MCAPI
void $containerContentChanged(
int slot);
78 MCAPI
void $createTransactionContext(
80 ::std::function<
void()> execute
87 MCAPI
static void** $vftableForContainerSizeChangeListener();
89 MCAPI
static void** $vftableForContainerContentChangeListener();
Definition ContainerContentChangeListener.h:5