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() ;
51 MCNAPI ::ItemStack
const&
$getSlot(
int slot)
const;
Definition ContainerScreenContext.h:17