3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/inventory/network/IPlayerContainerSetter.h"
18 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
23 PlayerContainerSetter& operator=(PlayerContainerSetter
const&);
24 PlayerContainerSetter(PlayerContainerSetter
const&);
25 PlayerContainerSetter();
30 virtual ~PlayerContainerSetter() =
default;
32 virtual void setArmor(
int slot,
::ItemStack const& item) ;
34 virtual void setOffhandSlot(
::ItemStack const& item) ;
36 virtual void setPlayerUIItem(
int slot,
::ItemStack const& item) ;
Definition IPlayerContainerSetter.h:10
Definition ItemStack.h:26
static MCAPI void ** $vftable()
MCAPI void $setPlayerUIItem(int slot, ::ItemStack const &item)
MCAPI void $setOffhandSlot(::ItemStack const &item)
MCAPI void $setArmor(int slot, ::ItemStack const &item)