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"
21namespace BlockEvents {
class BlockPlayerInteractEvent; }
22namespace BlockEvents {
class BlockQueuedTickEvent; }
30 virtual ::AABB getCollisionShape(
47 virtual bool canBeOriginalSurface(
bool)
const ;
57 virtual bool canProvideSupport(
::Block const&, uchar face, ::BlockSupportType)
const ;
60 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
77 MCAPI static ::AABB& BLOCK_AABB();
83 MCAPI ::AABB $getCollisionShape(
95 MCFOLD
bool $canBeOriginalSurface(
bool)
const;
101 MCFOLD
bool $canProvideSupport(
::Block const&, uchar face, ::BlockSupportType)
const;
103 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockPlayerInteractEvent.h:17
Definition BlockQueuedTickEvent.h:16
Definition BlockSource.h:66
Definition BlockType.h:84
Definition DirtPathBlock.h:25
static MCAPI void ** $vftable()
Definition Experiments.h:14
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition ItemStack.h:23
Definition optional_ref.h:10