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,
int) ;
47 virtual bool isValid(
float pickRange) ;
50 virtual void broadcastChanges() ;
53 virtual ::ContainerScreenContext _postInit() ;
65 MCAPI
static int const& INPUT_SLOT();
67 MCAPI
static int const& MATERIAL_SLOT();
69 MCAPI
static int const& TEMPLATE_SLOT();
75 MCAPI
void* $ctor(::ContainerID containerId,
::Player& player,
::BlockPos const& blockPos);
81 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
83 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
85 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
87 MCFOLD
void $setData(
int,
int);
89 MCAPI
bool $isValid(
float pickRange);
91 MCFOLD
void $broadcastChanges();
93 MCAPI ::ContainerScreenContext $_postInit();
99 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17