3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/level/ShapeType.h"
8#include "mc/world/level/block/BlockSupportType.h"
9#include "mc/world/level/block/BlockType.h"
10#include "mc/world/level/block/WallConnectionType.h"
26namespace BlockEvents {
class BlockPlaceEvent; }
27namespace BlockEvents {
class BlockPlayerInteractEvent; }
28namespace BlockEvents {
class BlockQueuedTickEvent; }
36 virtual ::Block
const&
37 getPlacementBlock(
::Actor const& by,
::BlockPos const& pos, uchar face,
::Vec3 const& clickPos,
int itemValue)
const
53 virtual ::AABB getCollisionShape(
61 virtual ::AABB
const& getOutline(
69 virtual bool canProvideSupport(
::Block const&, uchar face, ::BlockSupportType type)
const ;
72 virtual bool canConnect(
::Block const& otherBlock, uchar,
::Block const&)
const ;
80 virtual bool isWallBlock()
const ;
86 virtual ::HitResult clip(
92 ::ShapeType shapeType,
101 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
110 MCAPI ::WallConnectionType
131 MCAPI
static float const& POST_HEIGHT();
133 MCAPI static ::BaseGameVersion
const& WALL_DOESNT_BREAK_FALLING_BLOCK_VERSION();
139 MCAPI ::Block
const& $getPlacementBlock(
151 MCAPI ::AABB
const& $getVisualShapeInWorld(
158 MCAPI ::AABB $getCollisionShape(
165 MCFOLD ::AABB
const& $getOutline(
172 MCFOLD
bool $canProvideSupport(
::Block const&, uchar face, ::BlockSupportType type)
const;
174 MCFOLD
bool $canConnect(
::Block const& otherBlock, uchar,
::Block const&)
const;
179 MCFOLD
bool $isWallBlock()
const;
185 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
Definition BaseGameVersion.h:8
Definition BlockPlaceEvent.h:16
Definition BlockPlayerInteractEvent.h:17
Definition BlockQueuedTickEvent.h:16
Definition BlockSource.h:66
Definition BlockType.h:84
Definition Experiments.h:14
Definition GetCollisionShapeInterface.h:13
Definition HitResult.h:17
Definition IConstBlockSource.h:25
Definition WallBlock.h:31
static MCAPI void ** $vftable()
Definition optional_ref.h:10