22 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
23 ::ll::TypedStorage<1, 1, bool> mShouldBookBeOpen;
24 ::ll::TypedStorage<8, 24, ::std::vector<::ItemEnchantOption>> mEnchantOptions;
39 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
42 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
45 virtual ::ItemStack
const& getSlot(
int slot)
const ;
48 virtual void setData(
int id,
int value) ;
51 virtual bool isValid(
float pickRange) ;
54 virtual void broadcastChanges() ;
57 virtual ::ContainerScreenContext _postInit() ;
65 MCAPI
void recalculateOptions();
71 MCAPI
static int const& NUM_OPTIONS();
77 MCAPI
void* $ctor(::ContainerID containerId,
::Player& player,
::BlockPos const& blockPos);
83 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
85 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
87 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
89 MCFOLD
void $setData(
int id,
int value);
91 MCAPI
bool $isValid(
float pickRange);
93 MCFOLD
void $broadcastChanges();
95 MCAPI ::ContainerScreenContext $_postInit();
101 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17