28class DoorBlock :
public ::BlockType {
31 enum class DoorType :
int {
49 WaxedExposedCopper = 17,
50 WaxedWeatheredCopper = 18,
51 WaxedOxidizedCopper = 19,
60 ::ll::TypedStorage<4, 4, ::DoorBlock::DoorType> mType;
70 virtual int getVariant(
::Block const& block)
const ;
72 virtual ::Block
const* getNextBlockPermutation(
::Block const& currentBlock)
const ;
74 virtual ::AABB
const& getVisualShapeInWorld(
81 virtual ::AABB getCollisionShape(
88 virtual ::AABB
const& getOutline(
114 virtual bool isInteractiveBlock()
const ;
132 MCAPI DoorBlock(::std::string
const& nameId,
int id,
::Material const& material, ::DoorBlock::DoorType type);
155 MCAPI
static void getDoorBlocks(
157 ::BlockType
const& expectedDoorBlockType,
167 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
::Material const& material, ::DoorBlock::DoorType type);
173 MCAPI
int $getVariant(
::Block const& block)
const;
175 MCFOLD ::Block
const* $getNextBlockPermutation(
::Block const& currentBlock)
const;
177 MCAPI ::AABB
const& $getVisualShapeInWorld(
184 MCAPI ::AABB $getCollisionShape(
191 MCFOLD ::AABB
const& $getOutline(
213 MCFOLD
bool $isInteractiveBlock()
const;
231 MCAPI
static void** $vftable();