/** {@inheritDoc} */
 @Override
 public boolean isBurnable() {
   return block.getItemBlock().isAllowToBurn();
 }