29class DoorBlock :
public ::BlockType {
32 enum class DoorType :
int {
50 WaxedExposedCopper = 17,
51 WaxedWeatheredCopper = 18,
52 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 ;
124 virtual bool isDoorBlock()
const ;
130 virtual ~DoorBlock() ;
136 MCAPI DoorBlock(::std::string
const& nameId,
int id,
::Material const& material, ::DoorBlock::DoorType type);
165 MCAPI
static void getDoorBlocks(
167 ::BlockType
const& expectedDoorBlockType,
177 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
::Material const& material, ::DoorBlock::DoorType type);
189 MCAPI
int $getVariant(
::Block const& block)
const;
191 MCFOLD ::Block
const* $getNextBlockPermutation(
::Block const& currentBlock)
const;
193 MCAPI ::AABB
const& $getVisualShapeInWorld(
200 MCAPI ::AABB $getCollisionShape(
207 MCFOLD ::AABB
const& $getOutline(
229 MCFOLD
bool $isInteractiveBlock()
const;
237 MCFOLD
bool $isDoorBlock()
const;
249 MCAPI
static void** $vftable();