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&) ;
88 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
105 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
111 MCAPI
static void** $vftable();
Definition BaseGameVersion.h:13
Definition BlockActor.h:32
Definition BlockQueuedTickEvent.h:15
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition CocoaBlock.h:25
Definition Experiments.h:14
Definition ItemInstance.h:16