3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/level/block/BlockLegacy.h"
8#include "mc/world/level/block/BlockRenderLayer.h"
30 virtual bool canRenderSelectionOverlay(::BlockRenderLayer heldItemRenderLayer)
const ;
38 virtual bool addCollisionShapes(
42 ::AABB const* intersectTestBox,
43 ::std::vector<::AABB>& inoutBoxes,
66 MCAPI
bool $canRenderSelectionOverlay(::BlockRenderLayer heldItemRenderLayer)
const;
72 MCFOLD
bool $addCollisionShapes(
76 ::AABB const* intersectTestBox,
77 ::std::vector<::AABB>& inoutBoxes,
87 MCAPI
static void** $vftable();
Definition BlockLegacy.h:88
Definition BlockSource.h:67
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition StructureVoidBlock.h:21
Definition optional_ref.h:10