36 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
39 virtual ::ItemStack
const& getSlot(
int slot)
const ;
42 virtual void removeSlot(
int slot,
int count) ;
49 virtual ::ItemStack
const& getFullContainerSlot(
int slot,
::FullContainerName const& name)
const ;
52 virtual void serverInitItemStackIds() ;
55 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
58 virtual ::Container* _getContainer()
const ;
70 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool);
72 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
74 MCAPI
void $removeSlot(
int slot,
int count);
78 MCAPI ::ItemStack
const& $getFullContainerSlot(
int slot,
::FullContainerName const& name)
const;
80 MCAPI
void $serverInitItemStackIds();
82 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
84 MCFOLD ::Container* $_getContainer()
const;
90 MCAPI
static void** $vftableForContainerContentChangeListener();
92 MCAPI
static void** $vftableForIContainerManager();