23class EndGatewayBlock :
public ::ActorBlock {
31 virtual bool addCollisionShapes(
35 ::AABB const* intersectTestBox,
36 ::std::vector<::AABB>& inoutBoxes,
42 virtual bool canRenderSelectionOverlay(::BlockRenderLayer)
const ;
46 virtual ::std::shared_ptr<::BlockActor> newBlockEntity(
::BlockPos const& pos,
::Block const& block)
const
53 MCAPI EndGatewayBlock(::std::string
const& nameId,
int id);
59 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
65 MCAPI
bool $addCollisionShapes(
69 ::AABB const* intersectTestBox,
70 ::std::vector<::AABB>& inoutBoxes,
76 MCFOLD
bool $canRenderSelectionOverlay(::BlockRenderLayer)
const;
80 MCAPI ::std::shared_ptr<::BlockActor> $newBlockEntity(
::BlockPos const& pos,
::Block const& block)
const;
88 MCAPI
static void** $vftable();