3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/BlockLegacy.h"
7#include "mc/world/level/block/BlockSupportType.h"
20namespace BlockEvents {
class BlockPlaceEvent; }
21namespace BlockEvents {
class BlockPlayerInteractEvent; }
22namespace BlockEvents {
class BlockQueuedTickEvent; }
29 ::ll::TypedStorage<4, 4, float> mShapeOffset;
48 virtual ::std::string buildDescriptionId(
::Block const&)
const ;
58 virtual bool canProvideSupport(
::Block const&, uchar face, ::BlockSupportType type)
const ;
61 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
80 MCAPI static ::Block
const&
100 MCFOLD ::std::string $buildDescriptionId(
::Block const&)
const;
106 MCFOLD
bool $canProvideSupport(
::Block const&, uchar face, ::BlockSupportType type)
const;
108 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockPlaceEvent.h:16
Definition BlockPlayerInteractEvent.h:17
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition Dimension.h:83
Definition Experiments.h:14
Definition Randomize.h:13
Definition TurtleEggBlock.h:25
static MCAPI void ** $vftable()