3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/level/block/BlockSupportType.h"
8#include "mc/world/level/block/BlockType.h"
29 virtual ::AABB getCollisionShape(
43 virtual bool canBeOriginalSurface(
bool)
const ;
50 virtual bool canProvideSupport(
::Block const&, uchar face, ::BlockSupportType)
const ;
52 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
68 MCAPI static ::AABB& BLOCK_AABB();
74 MCAPI ::AABB $getCollisionShape(
86 MCFOLD
bool $canBeOriginalSurface(
bool)
const;
92 MCFOLD
bool $canProvideSupport(
::Block const&, uchar face, ::BlockSupportType)
const;
94 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
102 MCAPI
static void** $vftable();
Definition BlockPlayerInteractEvent.h:17
Definition BlockQueuedTickEvent.h:16
Definition BlockSource.h:68
Definition DirtPathBlock.h:25
Definition Experiments.h:14
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:25
Definition ItemStack.h:26
Definition optional_ref.h:10