3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/level/block/BlockLegacy.h"
8#include "mc/world/level/block/BlockSupportType.h"
21namespace BlockEvents {
class BlockQueuedTickEvent; }
29 virtual ::AABB getCollisionShape(
42 virtual int getVariant(
::Block const& block)
const ;
63 virtual bool canProvideSupport(
::Block const&, uchar face, ::BlockSupportType)
const ;
66 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
87 MCAPI static ::AABB& BLOCK_AABB();
93 MCAPI ::AABB $getCollisionShape(
103 MCAPI
int $getVariant(
::Block const& block)
const;
116 MCFOLD
bool $canProvideSupport(
::Block const&, uchar face, ::BlockSupportType)
const;
118 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition Experiments.h:14
Definition FarmBlock.h:24
static MCAPI void ** $vftable()
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition optional_ref.h:10