3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/item/FertilizerType.h"
8#include "mc/world/level/block/BlockLegacy.h"
20namespace BlockEvents {
class BlockPlayerInteractEvent; }
21namespace BlockEvents {
class BlockQueuedTickEvent; }
28 ::ll::TypedStorage<1, 1, bool const> mHasStems;
35 virtual int getVariant(
::Block const& block)
const ;
48 virtual ::AABB getCollisionShape(
65 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
88 MCFOLD
int $getVariant(
::Block const& block)
const;
96 MCFOLD ::AABB $getCollisionShape(
108 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockPlayerInteractEvent.h:17
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition Experiments.h:14
Definition FlowerBedBlock.h:24
static MCAPI void ** $vftable()
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition optional_ref.h:10