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; }
52 virtual bool isLavaBlocking()
const ;
55 virtual bool canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const ;
58 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
96 MCFOLD
bool $isLavaBlocking()
const;
98 MCFOLD
bool $canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const;
100 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
106 MCAPI
static void** $vftable();
Definition BlockQueuedTickEvent.h:15
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition ChorusPlantBlock.h:23
Definition Experiments.h:14
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition optional_ref.h:10