32 ::ll::TypedStorage<1, 1, ::ChestType> mType;
43 virtual ::BlockType& init() ;
61 virtual bool hasComparatorSignal()
const ;
68 virtual uchar getMappedFace(uchar face,
::Block const& block)
const ;
75 virtual bool isInteractiveBlock()
const ;
78 virtual bool isContainerBlock()
const ;
81 virtual bool isSignalSource()
const ;
84 virtual bool isChestBlock()
const ;
92 virtual bool canProvideSupport(
::Block const&, uchar face, ::BlockSupportType type)
const ;
99 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
108 MCAPI
ChestBlock(::std::string
const& nameId,
int id, ::ChestType type, ::MaterialType materialType);
120 MCAPI
static bool _tryEquipChest(
::Actor& actor);
126 MCAPI
void* $ctor(::std::string
const& nameId,
int id, ::ChestType type, ::MaterialType materialType);
138 MCAPI ::BlockType& $init();
150 MCFOLD
bool $hasComparatorSignal()
const;
155 MCAPI uchar $getMappedFace(uchar face,
::Block const& block)
const;
159 MCFOLD
bool $isInteractiveBlock()
const;
161 MCFOLD
bool $isContainerBlock()
const;
163 MCFOLD
bool $isSignalSource()
const;
165 MCFOLD
bool $isChestBlock()
const;
170 MCFOLD
bool $canProvideSupport(
::Block const&, uchar face, ::BlockSupportType type)
const;
174 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
180 MCAPI
static void** $vftable();