19 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::ContainerModel>> mPaymentContainerModel;
20 ::ll::TypedStorage<4, 4, int> mPrimaryEffectPreviousId;
21 ::ll::TypedStorage<4, 4, int> mSecondaryEffectPreviousId;
22 ::ll::TypedStorage<4, 4, int> mSelectedPrimaryEffectId;
23 ::ll::TypedStorage<4, 4, int> mSelectedSecondaryEffectId;
24 ::ll::TypedStorage<1, 1, bool> mEffectSelectionsChanged;
34 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
37 virtual ::ItemStack
const& getSlot(
int slot)
const ;
40 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
43 virtual ::ContainerScreenContext _postInit() ;
49 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
51 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
53 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
55 MCAPI ::ContainerScreenContext $_postInit();
61 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17