3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/actor/ChestBlockActor.h"
26 virtual ::std::string getName()
const ;
29 virtual bool canPushInItem(
int,
int,
::ItemStack const&)
const ;
32 virtual bool canPullOutItem(
int,
int,
::ItemStack const&)
const ;
Definition BlockSource.h:67
Definition ChestBlockActor.h:28
Definition EnderChestBlockActor.h:15
MCAPI void $playCloseSound(::BlockSource ®ion)
MCAPI void $openBy(::Player &p)
MCAPI bool $canPushInItem(int, int, ::ItemStack const &) const
static MCAPI void ** $vftableForRandomizableBlockActorContainerBase()
MCAPI bool $canPullOutItem(int, int, ::ItemStack const &) const
MCAPI::std::string $getName() const
static MCAPI void ** $vftableForFillingContainer()
MCAPI void $playOpenSound(::BlockSource ®ion)
Definition ItemStack.h:25