23 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
24 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
25 ::ll::TypedStorage<4, 4, ::BlockActorType> mBlockActorType;
35 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
38 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
41 virtual ::ItemStack
const& getSlot(
int slot)
const ;
44 virtual void setData(
int id,
int value) ;
47 virtual void broadcastChanges() ;
50 virtual bool isValid(
float pickRange) ;
53 virtual ::ContainerScreenContext _postInit() ;
77 MCNAPI ::ItemStack
const&
$getSlot(
int slot)
const;
Definition ContainerScreenContext.h:17