15class SimplePlayerContainer :
public ::SimpleContainer {
19 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
24 SimplePlayerContainer& operator=(SimplePlayerContainer
const&);
25 SimplePlayerContainer(SimplePlayerContainer
const&);
26 SimplePlayerContainer();
31 virtual ~SimplePlayerContainer() =
default;
33 virtual ::ItemStack
const& getItem(
int slot)
const ;
35 virtual void setItem(
int slot,
::ItemStack const& item) ;
41 MCAPI SimplePlayerContainer(
43 ::std::string
const& name,
46 ::SharedTypes::Legacy::ContainerType containerType
55 ::std::string
const& name,
58 ::SharedTypes::Legacy::ContainerType containerType
65 MCAPI ::ItemStack
const& $getItem(
int slot)
const;
67 MCAPI
void $setItem(
int slot,
::ItemStack const& item);
75 MCAPI
static void** $vftable();