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"
20namespace BlockEvents {
class BlockQueuedTickEvent; }
29 virtual ::AABB getCollisionShape(
42 virtual int getVariant(
::Block const& block)
const ;
60 virtual bool canProvideSupport(
::Block const&, uchar face, ::BlockSupportType)
const ;
63 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
86 MCAPI static ::AABB& BLOCK_AABB();
92 MCAPI ::AABB $getCollisionShape(
102 MCAPI
int $getVariant(
::Block const& block)
const;
113 MCFOLD
bool $canProvideSupport(
::Block const&, uchar face, ::BlockSupportType)
const;
115 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockQueuedTickEvent.h:16
Definition BlockRandomTickEvent.h:16
Definition BlockLegacy.h:86
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
Definition BlockRandomTickEvent.h:13