18 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
23 SimplePlayerContainer& operator=(SimplePlayerContainer
const&);
24 SimplePlayerContainer(SimplePlayerContainer
const&);
25 SimplePlayerContainer();
30 virtual ~SimplePlayerContainer() =
default;
32 virtual ::ItemStack
const& getItem(
int slot)
const ;
34 virtual void setItem(
int slot,
::ItemStack const& item) ;
40 MCAPI ::ItemStack
const& $getItem(
int slot)
const;
42 MCAPI
void $setItem(
int slot,
::ItemStack const& item);
50 MCAPI
static void** $vftable();