3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/actor/ChestBlockActor.h"
25 virtual bool canPushInItem(
int,
int,
::ItemStack const&)
const ;
28 virtual bool canPullOutItem(
int,
int,
::ItemStack const&)
const ;
36 MCFOLD
bool $canPushInItem(
int,
int,
::ItemStack const&)
const;
38 MCFOLD
bool $canPullOutItem(
int,
int,
::ItemStack const&)
const;
Definition ChestBlockActor.h:32
Definition EnderChestBlockActor.h:14
static MCAPI void ** $vftableForRandomizableBlockActorContainerBase()
static MCAPI void ** $vftableForFillingContainer()
Definition ItemStack.h:23