3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/deps/core/utility/optional_ref.h"
8#include "mc/world/level/block/BlockLegacy.h"
20namespace BlockEvents {
class BlockPlaceEvent; }
21namespace BlockEvents {
class BlockQueuedTickEvent; }
28 ::ll::TypedStorage<8, 48, ::HashedString const> mDeadVersion;
39 virtual ::AABB getCollisionShape(
50 virtual bool mayConsumeFertilizer(
::BlockSource& region)
const ;
57 virtual bool isLavaBlocking()
const ;
67 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
88 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
::HashedString const& deadVersion);
94 MCFOLD ::AABB $getCollisionShape(
103 MCFOLD
bool $mayConsumeFertilizer(
::BlockSource& region)
const;
107 MCFOLD
bool $isLavaBlocking()
const;
113 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockPlaceEvent.h:16
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition CoralPlantBlock.h:24
static MCAPI void ** $vftable()
Definition Experiments.h:14
Definition GetCollisionShapeInterface.h:13
Definition HashedString.h:5
Definition IConstBlockSource.h:24
Definition optional_ref.h:10