22 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
23 ::ll::TypedStorage<4, 4, int> mLastTickCount;
24 ::ll::TypedStorage<4, 4, int> mLastFuelAmount;
25 ::ll::TypedStorage<4, 4, int> mLastFuelTotal;
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 ::BrewingStandBlockActor* _getBrewingStandEntity();
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 MCAPI
void $setData(
int id,
int value);
85 MCAPI
bool $isValid(
float pickRange);
87 MCAPI
void $broadcastChanges();
89 MCAPI ::ContainerScreenContext $_postInit();
95 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17