21 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
35 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
38 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
41 virtual ::ItemStack
const& getSlot(
int slot)
const ;
44 virtual void setData(
int id,
int value) ;
47 virtual bool isValid(
float pickRange) ;
50 virtual void broadcastChanges() ;
53 virtual ::ContainerScreenContext _postInit() ;
65 MCAPI
static int const& INPUT_SLOTS();
71 MCAPI
void* $ctor(::ContainerID containerId,
::Player& player,
::BlockPos const& blockPos);
77 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
79 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
81 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
83 MCFOLD
void $setData(
int id,
int value);
85 MCAPI
bool $isValid(
float pickRange);
87 MCFOLD
void $broadcastChanges();
89 MCAPI ::ContainerScreenContext $_postInit();
95 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17