21 using DynamicContainerRemovalPublisher = ::Bedrock::PubSub::
24 using ItemStackVector = ::std::vector<::ItemStack>;
29 ::ll::TypedStorage<8, 24, ::std::vector<::ItemStack>> mLastSlots;
35 mOnDynamicContainerRemovalPublisher;
49 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
52 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
55 virtual ::ItemStack
const& getSlot(
int slot)
const ;
58 virtual void setData(
int id,
int value) ;
61 virtual void broadcastChanges() ;
64 virtual ::ContainerScreenContext _postInit() ;
86 MCNAPI ::ItemStack
const&
$getSlot(
int slot)
const;
Definition ContainerScreenContext.h:17