3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/item/FertilizerType.h"
7#include "mc/world/level/block/BlockLegacy.h"
22namespace BlockEvents {
class BlockQueuedTickEvent; }
36 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
39 virtual ::Block
const&
40 getPlacementBlock(
::Actor const& by,
::BlockPos const& pos, uchar face,
::Vec3 const& clickPos,
int itemValue)
const
63 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
82 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
84 MCAPI ::Block
const& $getPlacementBlock(
103 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BaseGameVersion.h:8
Definition BlockActor.h:32
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition CocoaBlock.h:25
static MCAPI void ** $vftable()
Definition Experiments.h:14
Definition ItemInstance.h:16