3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/item/FertilizerType.h"
7#include "mc/world/level/block/BlockLegacy.h"
8#include "mc/world/level/block/LeafSize.h"
9#include "mc/world/level/block/StalkThickness.h"
20namespace BlockEvents {
class BlockPlaceEvent; }
21namespace BlockEvents {
class BlockQueuedTickEvent; }
30 virtual ::Block
const&
31 getPlacementBlock(
::Actor const& by,
::BlockPos const& pos, uchar face,
::Vec3 const& clickPos,
int itemValue)
const
47 virtual bool mayConsumeFertilizer(
::BlockSource& region)
const ;
54 virtual bool isValidAuxValue(
int value)
const ;
57 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB&)
const ;
60 virtual bool isLavaBlocking()
const ;
66 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
77 MCAPI ::LeafSize _getLeafSize(
::Block const& block)
const;
79 MCAPI ::StalkThickness _getStalkThickness(
::Block const& block)
const;
91 MCAPI ::Block
const& $getPlacementBlock(
106 MCFOLD
bool $mayConsumeFertilizer(
::BlockSource& region)
const;
110 MCAPI
bool $isValidAuxValue(
int value)
const;
112 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB&)
const;
114 MCFOLD
bool $isLavaBlocking()
const;
118 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BambooStalkBlock.h:25
static MCAPI void ** $vftable()
Definition BlockPlaceEvent.h:16
Definition BlockQueuedTickEvent.h:16
Definition BlockRandomTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition Experiments.h:14
Definition BlockRandomTickEvent.h:13