20class DoorItem :
public ::Item {
24 ::ll::TypedStorage<4, 4, ::DoorBlock::DoorType> mType;
34 virtual ::InteractionResult
42 MCAPI DoorItem(::std::string
const& name,
int id, ::DoorBlock::DoorType type);
50 MCAPI
void* $ctor(::std::string
const& name,
int id, ::DoorBlock::DoorType type);
56 MCAPI ::InteractionResult
65 MCAPI
static void** $vftable();