3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/BlockLegacy.h"
19namespace BlockEvents {
class BlockPlayerInteractEvent; }
20namespace BlockEvents {
class BlockQueuedTickEvent; }
31 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
41 virtual int getVariant(
::Block const& block)
const ;
47 virtual bool hasComparatorSignal()
const ;
58 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
84 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
90 MCAPI
int $getVariant(
::Block const& block)
const;
94 MCFOLD
bool $hasComparatorSignal()
const;
100 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockActor.h:32
Definition BlockPlayerInteractEvent.h:17
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition CakeBlock.h:23
static MCAPI void ** $vftable()
Definition Experiments.h:14
Definition ItemInstance.h:16