23 RandomizableBlockActorFillingContainer();
28 virtual ~RandomizableBlockActorFillingContainer() ;
30 virtual void setContainerChanged(
int slot) ;
32 virtual void startOpen(
::Actor& actor) ;
34 virtual void dropSlotContent(
::BlockSource& region,
::Vec3 const& pos,
bool randomizeDrop,
int slot) ;
40 virtual void initializeContainerContents(
::BlockSource& region) ;
46 MCAPI RandomizableBlockActorFillingContainer(
47 ::BlockActorType blockEntityType,
50 ::SharedTypes::Legacy::ContainerType containerType,
51 ::BlockActorRendererId rendererId
59 ::BlockActorType blockEntityType,
62 ::SharedTypes::Legacy::ContainerType containerType,
63 ::BlockActorRendererId rendererId
76 MCFOLD
void $setContainerChanged(
int slot);
78 MCAPI
void $startOpen(
::Actor& actor);
80 MCFOLD
void $dropSlotContent(
::BlockSource& region,
::Vec3 const& pos,
bool randomizeDrop,
int slot);
86 MCFOLD
void $initializeContainerContents(
::BlockSource& region);
96 MCAPI
static void** $vftableForRandomizableBlockActorContainerBase();