52 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
55 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
58 virtual ::ItemStack
const& getSlot(
int slot)
const ;
61 virtual void setData(
int id,
int value) ;
64 virtual bool isValid(
float pickRange) ;
67 virtual void broadcastChanges() ;
70 virtual ::ContainerScreenContext _postInit() ;
78 ::SharedTypes::Legacy::ContainerType containerType,
79 ::BlockActorType blockActorType,
80 ::ContainerID containerId,
85 MCAPI ::FurnaceBlockActor* _getFurnaceEntity();
87 MCAPI
void _updateResultSlotInfo();
95 ::SharedTypes::Legacy::ContainerType containerType,
96 ::BlockActorType blockActorType,
97 ::ContainerID containerId,
112 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
114 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
116 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
118 MCAPI
void $setData(
int id,
int value);
120 MCAPI
bool $isValid(
float pickRange);
122 MCAPI
void $broadcastChanges();
124 MCAPI ::ContainerScreenContext $_postInit();
130 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:11