21 enum class Slot :
int {
31 ::ll::TypedStorage<4, 4, int> mSelectedTrade;
32 ::ll::TypedStorage<4, 4, int> mTraderVariant;
46 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
49 virtual void setSlot(
int slot,
::ItemStack const& item,
bool) ;
52 virtual ::ItemStack
const& getSlot(
int slot)
const ;
55 virtual bool isValid(
float pickRange) ;
58 virtual void broadcastChanges() ;
61 virtual ::ContainerScreenContext _postInit() ;
85 MCNAPI ::ItemStack
const&
$getSlot(
int slot)
const;
Definition ContainerScreenContext.h:17