3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/inventory/network/IPlayerContainerSetter.h"
18 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
34 virtual void setArmor(
int slot,
::ItemStack const& item) ;
37 virtual void setOffhandSlot(
::ItemStack const& item) ;
40 virtual void setPlayerUIItem(
int slot,
::ItemStack const& item) ;
Definition IPlayerContainerSetter.h:10
Definition ItemStack.h:25
Definition PlayerContainerSetter.h:14
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)