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 BlockPlaceEvent; }
22namespace BlockEvents {
class BlockQueuedTickEvent; }
53 virtual ::std::string buildDescriptionId(
::Block const&)
const ;
56 virtual bool canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const ;
62 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
105 MCFOLD ::std::string $buildDescriptionId(
::Block const&)
const;
107 MCFOLD
bool $canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const;
111 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
117 MCAPI
static void** $vftable();
Definition BlockPlaceEvent.h:15
Definition BlockQueuedTickEvent.h:15
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition Experiments.h:14
Definition FrogSpawnBlock.h:25
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition optional_ref.h:10