32 enum class DoorType :
int {
50 WaxedExposedCopper = 17,
51 WaxedWeatheredCopper = 18,
52 WaxedOxidizedCopper = 19,
60 ::ll::TypedStorage<4, 4, ::DoorBlock::DoorType> mType;
71 virtual int getVariant(
::Block const& block)
const ;
74 virtual ::Block
const* getNextBlockPermutation(
::Block const& currentBlock)
const ;
77 virtual ::AABB
const& getVisualShapeInWorld(
85 virtual ::AABB getCollisionShape(
93 virtual ::AABB
const& getOutline(
130 virtual void onRedstoneUpdate(
::BlockSource& region,
::BlockPos const& pos,
int strength,
bool isFirstTime)
const
134 virtual bool isInteractiveBlock()
const ;
147 virtual bool isDoorBlock()
const ;
150 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
165 MCAPI
DoorBlock(::std::string
const& nameId,
int id,
::Material const& material, ::DoorBlock::DoorType type);
183 MCAPI
static void getDoorBlocks(
195 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
::Material const& material, ::DoorBlock::DoorType type);
207 MCAPI
int $getVariant(
::Block const& block)
const;
209 MCFOLD ::Block
const* $getNextBlockPermutation(
::Block const& currentBlock)
const;
211 MCAPI ::AABB
const& $getVisualShapeInWorld(
218 MCAPI ::AABB $getCollisionShape(
225 MCFOLD ::AABB
const& $getOutline(
249 MCAPI
void $onRedstoneUpdate(
::BlockSource& region,
::BlockPos const& pos,
int strength,
bool isFirstTime)
const;
251 MCFOLD
bool $isInteractiveBlock()
const;
259 MCFOLD
bool $isDoorBlock()
const;
261 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);