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"
23namespace BlockEvents {
class BlockPlaceEvent; }
24namespace BlockEvents {
class BlockPlayerInteractEvent; }
25namespace BlockEvents {
class BlockQueuedTickEvent; }
32 ::ll::TypedStorage<1, 1, bool const> mHasBerries;
39 virtual int getVariant(
::Block const& block)
const ;
58 virtual ::AABB getCollisionShape(
83 virtual void executeEvent(
87 ::std::string
const& eventName,
97 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
124 tryGrow(
::BlockSource& region,
::BlockPos const& pos,
float randomNumberForGrowing,
float randomNumberForBerries);
130 MCFOLD
int $getVariant(
::Block const& block)
const;
142 MCFOLD ::AABB $getCollisionShape(
159 MCAPI
void $executeEvent(
163 ::std::string
const& eventName,
170 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockActor.h:32
Definition BlockPlaceEvent.h:16
Definition BlockPlayerInteractEvent.h:17
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition CaveVinesBlock.h:28
static MCAPI void ** $vftable()
Definition Experiments.h:14
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition ItemInstance.h:16
Definition optional_ref.h:10