3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/BlockLegacy.h"
17namespace BlockEvents {
class BlockQueuedTickEvent; }
25 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
28 virtual ::Block
const&
29 getPlacementBlock(
::Actor const& by,
::BlockPos const& pos, uchar face,
::Vec3 const& clickPos,
int itemValue)
const
50 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
75 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
91 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
97 MCAPI
static void** $vftable();
Definition BlockQueuedTickEvent.h:15
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition Experiments.h:14
Definition LanternBlock.h:20