3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/BlockType.h"
22class CakeBlock :
public ::BlockType {
32 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
39 virtual int getVariant(
::Block const& block)
const ;
43 virtual bool hasComparatorSignal()
const ;
54 MCAPI CakeBlock(::std::string
const& nameId,
int id);
71 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
79 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
85 MCAPI
int $getVariant(
::Block const& block)
const;
89 MCFOLD
bool $hasComparatorSignal()
const;
101 MCAPI
static void** $vftable();
Definition BlockActor.h:30
Definition BlockPlayerInteractEvent.h:20
Definition BlockQueuedTickEvent.h:18
Definition BlockSource.h:73
Definition ItemInstance.h:15