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() ;
81 MCNAPI ::ItemStack
const&
$getSlot(
int slot)
const;
Definition ContainerScreenContext.h:17