3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/Direction.h"
8#include "mc/world/level/block/BlockLegacy.h"
21namespace BlockEvents {
class BlockPlaceEvent; }
22namespace BlockEvents {
class BlockQueuedTickEvent; }
30 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
33 virtual ::AABB getCollisionShape(
53 virtual ::Block
const&
54 getPlacementBlock(
::Actor const& by,
::BlockPos const& pos, uchar face,
::Vec3 const& clickPos,
int itemValue)
const
67 virtual bool canSpawnOn(
::Actor*)
const ;
73 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
82 MCAPI
void _emitState(
102 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
104 MCFOLD ::AABB $getCollisionShape(
119 MCAPI ::Block
const& $getPlacementBlock(
132 MCFOLD
bool $canSpawnOn(
::Actor*)
const;
136 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BlockPlaceEvent.h:16
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition Experiments.h:14
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition TripWireHookBlock.h:25
static MCAPI void ** $vftable()
Definition optional_ref.h:10